File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1166,5 +1166,6 @@ static void __exit bsdcomp_cleanup(void)
1166
1166
1167
1167
module_init (bsdcomp_init );
1168
1168
module_exit (bsdcomp_cleanup );
1169
+ MODULE_DESCRIPTION ("PPP BSD-Compress compression module" );
1169
1170
MODULE_LICENSE ("Dual BSD/GPL" );
1170
1171
MODULE_ALIAS ("ppp-compress-" __stringify (CI_BSD_COMPRESS ));
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ struct asyncppp {
87
87
static int flag_time = HZ ;
88
88
module_param (flag_time , int , 0 );
89
89
MODULE_PARM_DESC (flag_time , "ppp_async: interval between flagged packets (in clock ticks)" );
90
+ MODULE_DESCRIPTION ("PPP async serial channel module" );
90
91
MODULE_LICENSE ("GPL" );
91
92
MODULE_ALIAS_LDISC (N_PPP );
92
93
Original file line number Diff line number Diff line change @@ -630,6 +630,7 @@ static void __exit deflate_cleanup(void)
630
630
631
631
module_init (deflate_init );
632
632
module_exit (deflate_cleanup );
633
+ MODULE_DESCRIPTION ("PPP Deflate compression module" );
633
634
MODULE_LICENSE ("Dual BSD/GPL" );
634
635
MODULE_ALIAS ("ppp-compress-" __stringify (CI_DEFLATE ));
635
636
MODULE_ALIAS ("ppp-compress-" __stringify (CI_DEFLATE_DRAFT ));
Original file line number Diff line number Diff line change @@ -3604,6 +3604,7 @@ EXPORT_SYMBOL(ppp_input_error);
3604
3604
EXPORT_SYMBOL (ppp_output_wakeup );
3605
3605
EXPORT_SYMBOL (ppp_register_compressor );
3606
3606
EXPORT_SYMBOL (ppp_unregister_compressor );
3607
+ MODULE_DESCRIPTION ("Generic PPP layer driver" );
3607
3608
MODULE_LICENSE ("GPL" );
3608
3609
MODULE_ALIAS_CHARDEV (PPP_MAJOR , 0 );
3609
3610
MODULE_ALIAS_RTNL_LINK ("ppp" );
Original file line number Diff line number Diff line change @@ -724,5 +724,6 @@ ppp_sync_cleanup(void)
724
724
725
725
module_init (ppp_sync_init );
726
726
module_exit (ppp_sync_cleanup );
727
+ MODULE_DESCRIPTION ("PPP synchronous TTY channel module" );
727
728
MODULE_LICENSE ("GPL" );
728
729
MODULE_ALIAS_LDISC (N_SYNC_PPP );
You can’t perform that action at this time.
0 commit comments