mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 08:05:27 +08:00
[PATCH] USB: remove extra newline in hid_init_reports
The warn() macro in include/linux/usb.h adds a newline. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
532a3de170
commit
de289fdf6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user