Skip to content

Commit

Permalink
drivers/usb/core: devio.c: Removed an uneeded space before tab
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
chasem74 authored and gregkh committed Apr 10, 2015
1 parent 42a6630 commit 00fe52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/core/devio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 00fe52d

Please sign in to comment.