Commit 6e4d2d9e authored by simon's avatar simon Committed by David S. Miller

usb: plusb: Whitespace

This patch cleans up a couple of instances of incorrect whitespace
Signed-off-by: default avatarSimon Wood <simon@mungewell.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 857a3d0f
......@@ -134,13 +134,13 @@ static struct usb_driver plusb_driver = {
static int __init plusb_init(void)
{
return usb_register(&plusb_driver);
return usb_register(&plusb_driver);
}
module_init(plusb_init);
static void __exit plusb_exit(void)
{
usb_deregister(&plusb_driver);
usb_deregister(&plusb_driver);
}
module_exit(plusb_exit);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment