mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
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>
This commit is contained in:
parent
42a6630a87
commit
00fe52deb4
@ -2408,7 +2408,7 @@ static int usbdev_notify(struct notifier_block *self,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct notifier_block usbdev_nb = {
|
static struct notifier_block usbdev_nb = {
|
||||||
.notifier_call = usbdev_notify,
|
.notifier_call = usbdev_notify,
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct cdev usb_device_cdev;
|
static struct cdev usb_device_cdev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user