Skip to content

Commit 2ebb87f

Browse files
Jeff Johnsonkuba-moo
authored andcommitted
isdn: add missing MODULE_DESCRIPTION() macros
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/hfcpci.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/hfcmulti.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/hfcsusb.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/avmfritz.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/speedfax.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/mISDNinfineon.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/w6692.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/netjet.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/mISDNipac.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/hardware/mISDN/mISDNisar.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/mISDN/mISDN_core.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/mISDN/mISDN_dsp.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/isdn/mISDN/l1oip.o Add the missing invocations of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent b115653 commit 2ebb87f

File tree

13 files changed

+13
-0
lines changed

13 files changed

+13
-0
lines changed

drivers/isdn/hardware/mISDN/avmfritz.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ set_debug(const char *val, const struct kernel_param *kp)
159159
}
160160

161161
MODULE_AUTHOR("Karsten Keil");
162+
MODULE_DESCRIPTION("mISDN driver for AVM FRITZ!CARD PCI ISDN cards");
162163
MODULE_LICENSE("GPL v2");
163164
MODULE_VERSION(AVMFRITZ_REV);
164165
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);

drivers/isdn/hardware/mISDN/hfcmulti.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ static uint hwid = HWID_NONE;
221221
static int HFC_cnt, E1_cnt, bmask_cnt, Port_cnt, PCM_cnt = 99;
222222

223223
MODULE_AUTHOR("Andreas Eversberg");
224+
MODULE_DESCRIPTION("mISDN driver for hfc-4s/hfc-8s/hfc-e1 based cards");
224225
MODULE_LICENSE("GPL");
225226
MODULE_VERSION(HFC_MULTI_VERSION);
226227
module_param(debug, uint, S_IRUGO | S_IWUSR);

drivers/isdn/hardware/mISDN/hfcpci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static struct timer_list hfc_tl;
4848
static unsigned long hfc_jiffies;
4949

5050
MODULE_AUTHOR("Karsten Keil");
51+
MODULE_DESCRIPTION("mISDN driver for CCD's hfc-pci based cards");
5152
MODULE_LICENSE("GPL");
5253
module_param(debug, uint, S_IRUGO | S_IWUSR);
5354
module_param(poll, uint, S_IRUGO | S_IWUSR);

drivers/isdn/hardware/mISDN/hfcsusb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ static DEFINE_RWLOCK(HFClock);
3131

3232

3333
MODULE_AUTHOR("Martin Bachem");
34+
MODULE_DESCRIPTION("mISDN driver for Colognechip HFC-S USB chip");
3435
MODULE_LICENSE("GPL");
3536
module_param(debug, uint, S_IRUGO | S_IWUSR);
3637
module_param(poll, int, 0);

drivers/isdn/hardware/mISDN/mISDNinfineon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ set_debug(const char *val, const struct kernel_param *kp)
245245
}
246246

247247
MODULE_AUTHOR("Karsten Keil");
248+
MODULE_DESCRIPTION("mISDN driver for cards based on Infineon ISDN chipsets");
248249
MODULE_LICENSE("GPL v2");
249250
MODULE_VERSION(INFINEON_REV);
250251
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);

drivers/isdn/hardware/mISDN/mISDNipac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
MODULE_AUTHOR("Karsten Keil");
2323
MODULE_VERSION(ISAC_REV);
24+
MODULE_DESCRIPTION("mISDN driver for ISAC specific functions");
2425
MODULE_LICENSE("GPL v2");
2526

2627
#define ReadISAC(is, o) (is->read_reg(is->dch.hw, o + is->off))

drivers/isdn/hardware/mISDN/mISDNisar.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#define ISAR_REV "2.1"
2323

2424
MODULE_AUTHOR("Karsten Keil");
25+
MODULE_DESCRIPTION("mISDN driver for ISAR (Siemens PSB 7110) specific functions");
2526
MODULE_LICENSE("GPL v2");
2627
MODULE_VERSION(ISAR_REV);
2728

drivers/isdn/hardware/mISDN/netjet.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ set_debug(const char *val, const struct kernel_param *kp)
114114
}
115115

116116
MODULE_AUTHOR("Karsten Keil");
117+
MODULE_DESCRIPTION("mISDN driver for NETJet cards");
117118
MODULE_LICENSE("GPL v2");
118119
MODULE_VERSION(NETJET_REV);
119120
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);

drivers/isdn/hardware/mISDN/speedfax.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ set_debug(const char *val, const struct kernel_param *kp)
9797
}
9898

9999
MODULE_AUTHOR("Karsten Keil");
100+
MODULE_DESCRIPTION("mISDN driver for Sedlbauer Speedfax+ cards");
100101
MODULE_LICENSE("GPL v2");
101102
MODULE_VERSION(SPEEDFAX_REV);
102103
MODULE_FIRMWARE("isdn/ISAR.BIN");

drivers/isdn/hardware/mISDN/w6692.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ set_debug(const char *val, const struct kernel_param *kp)
101101
}
102102

103103
MODULE_AUTHOR("Karsten Keil");
104+
MODULE_DESCRIPTION("mISDN driver for Winbond w6692 based cards");
104105
MODULE_LICENSE("GPL v2");
105106
MODULE_VERSION(W6692_REV);
106107
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);

0 commit comments

Comments
 (0)