Browse Source

[ATM] clip: add module info

Add module information

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Hemminger 19 năm trước cách đây
mục cha
commit
4909e488f6
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      net/atm/clip.c

+ 2 - 1
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");