提交 ee8e8806 编写于 作者: B Benjamin Tissoires 提交者: Jiri Kosina

HID: i2c-hid: fix checkpatch.pl warning

We should not initialize to 0 static declarations.
Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@gmail.com>
Reviewed-by: NJean Delvare <khali@linux-fr.org>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 8ee0c05a
......@@ -46,7 +46,7 @@
#define I2C_HID_PWR_SLEEP 0x01
/* debug option */
static bool debug = false;
static bool debug;
module_param(debug, bool, 0444);
MODULE_PARM_DESC(debug, "print a lot of debug information");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册