drivers/usb/core: devio.c: Removed an uneeded space before tab
authorChase Metzger <chasemetzger15@gmail.com>
Fri, 10 Apr 2015 04:41:52 +0000 (21:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Apr 2015 12:00:22 +0000 (14:00 +0200)
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>
drivers/usb/core/devio.c

index 11635537c052cdc5d4e4c78d615a09aafc4c5e83..4b0448c26810c31b1fafdcdaceb15534711e6221 100644 (file)
@@ -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;
This page took 0.02544 seconds and 5 git commands to generate.