usb: plusb: Whitespace

This patch cleans up a couple of instances of incorrect whitespace

Signed-off-by: Simon Wood <simon@mungewell.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
simon 2011-04-06 21:40:13 +00:00 committed by David S. Miller
parent 857a3d0fb6
commit 6e4d2d9eb2

View File

@ -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);