提交 85d6931c 编写于 作者: J Jean Delvare 提交者: Jean Delvare

i2c-stub: No newline in parameter description

Signed-off-by: NJean Delvare <khali@linux-fr.org>
上级 97094dcf
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
static unsigned short chip_addr[MAX_CHIPS]; static unsigned short chip_addr[MAX_CHIPS];
module_param_array(chip_addr, ushort, NULL, S_IRUGO); module_param_array(chip_addr, ushort, NULL, S_IRUGO);
MODULE_PARM_DESC(chip_addr, 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 { struct stub_chip {
u8 pointer; u8 pointer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册