Skip to content

Commit 00fe52d

Browse files
chasem74gregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 42a6630 commit 00fe52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/core/devio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@ static int usbdev_notify(struct notifier_block *self,
24082408
}
24092409

24102410
static struct notifier_block usbdev_nb = {
2411-
.notifier_call = usbdev_notify,
2411+
.notifier_call = usbdev_notify,
24122412
};
24132413

24142414
static struct cdev usb_device_cdev;

0 commit comments

Comments
 (0)