dect
/
linux-2.6
Archived
13
0
Fork 0

i2c-stub: No newline in parameter description

Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
Jean Delvare 2008-04-29 23:11:37 +02:00 committed by Jean Delvare
parent 97094dcf5c
commit 85d6931cde
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
static unsigned short chip_addr[MAX_CHIPS];
module_param_array(chip_addr, ushort, NULL, S_IRUGO);
MODULE_PARM_DESC(chip_addr,
"Chip addresses (up to 10, between 0x03 and 0x77)\n");
"Chip addresses (up to 10, between 0x03 and 0x77)");
struct stub_chip {
u8 pointer;