Skip to content

Commit

Permalink
i2c-stub: No newline in parameter description
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Apr 29, 2008
1 parent 97094dc commit 85d6931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 85d6931

Please sign in to comment.