projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff765f
)
[ATM] clip: add module info
author
Stephen Hemminger
<shemminger@osdl.org>
Fri, 14 Apr 2006 23:01:26 +0000
(16:01 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 14 Apr 2006 23:01:26 +0000
(16:01 -0700)
Add module information
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/clip.c
patch
|
blob
|
history
diff --git
a/net/atm/clip.c
b/net/atm/clip.c
index
7ebb81a
..
1a786bf
100644
(file)
--- a/
net/atm/clip.c
+++ b/
net/atm/clip.c
@@
-1017,5
+1017,6
@@
static void __exit atm_clip_exit(void)
module_init(atm_clip_init);
module_exit(atm_clip_exit);
-
+MODULE_AUTHOR("Werner Almesberger");
+MODULE_DESCRIPTION("Classical/IP over ATM interface");
MODULE_LICENSE("GPL");