summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
diff options
context:
space:
mode:
authorChase Metzger <chasemetzger15@gmail.com>2015-04-10 04:41:52 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-10 12:00:22 (GMT)
commit00fe52deb45b1a5ef42b0aa82e632e2df012eddc (patch)
tree2658c200ed5ae4c2672f40dd5625d6fdd5abe9a3 /drivers/usb/core/devio.c
parent42a6630a875c17b8ad129d2cc0472217107147ad (diff)
downloadlinux-00fe52deb45b1a5ef42b0aa82e632e2df012eddc.tar.xz
drivers/usb/core: devio.c: Removed an uneeded space before tab
Ran checkpatch.pl on file and removed a warning about an unwanted space before a tab. Signed-off-by: Chase Metzger <chasemetzger15@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/devio.c')
-rw-r--r--drivers/usb/core/devio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c
index 1163553..4b0448c 100644
--- a/drivers/usb/core/devio.c
+++ b/drivers/usb/core/devio.c
@@ -2408,7 +2408,7 @@ static int usbdev_notify(struct notifier_block *self,
}
static struct notifier_block usbdev_nb = {
- .notifier_call = usbdev_notify,
+ .notifier_call = usbdev_notify,
};
static struct cdev usb_device_cdev;