提交 de289fdf 编写于 作者: O Olaf Hering 提交者: Greg Kroah-Hartman

[PATCH] USB: remove extra newline in hid_init_reports

The warn() macro in include/linux/usb.h adds a newline.
Signed-off-by: NOlaf Hering <olh@suse.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 532a3de1
......@@ -1307,7 +1307,7 @@ void hid_init_reports(struct hid_device *hid)
}
if (err)
warn("timeout initializing reports\n");
warn("timeout initializing reports");
}
#define USB_VENDOR_ID_WACOM 0x056a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册