projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77decfc
)
[P8023]: Fix tainting of kernel.
author
Dave Jones
<davej@redhat.com>
Mon, 13 Feb 2006 23:38:42 +0000
(15:38 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 13 Feb 2006 23:38:42 +0000
(15:38 -0800)
Missing license tag.
I've assumed this is GPL. (It could also use a MODULE_AUTHOR)
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/802/p8023.c
patch
|
blob
|
blame
|
history
diff --git
a/net/802/p8023.c
b/net/802/p8023.c
index d23e906456eb373ccbbd5ead89270ff198ceaf2e..53cf05709283662f16578fab5cd06972c07eec16 100644
(file)
--- a/
net/802/p8023.c
+++ b/
net/802/p8023.c
@@
-59,3
+59,5
@@
void destroy_8023_client(struct datalink_proto *dl)
EXPORT_SYMBOL(destroy_8023_client);
EXPORT_SYMBOL(make_8023_client);
+
+MODULE_LICENSE("GPL");