usb: core: driver: fix stray tabs in error messages
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Sat, 29 Aug 2020 17:30:42 +0000 (20:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Sep 2020 14:52:40 +0000 (16:52 +0200)
commitbb0634ece928914f5de00ce5aa75bf3bb48f0a4e
treea76bc4e96acd27b50c76e3d45404d043da9f8740
parent5fedf0d295d3ef69fd85fdee4cb68fd3756b54c2
usb: core: driver: fix stray tabs in error messages

Commit 8bb54ab573ec ("usbcore: add usb_device_driver definition") added
the printk() calls with the error massages spoilt due to the stray tabs
in the middle. Remove these tabs and convert printk() calls to pr_err()
for consistency with the other code, while at it.

Fixes: 8bb54ab573ec ("usbcore: add usb_device_driver definition")
Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/4beb55c4-eb34-7744-155f-033b8f527e23@omprussia.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/driver.c