Skip to content

Commit

Permalink
[PATCH] USB: remove extra newline in hid_init_reports
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olaf Hering authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent 532a3de commit de289fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/input/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de289fd

Please sign in to comment.