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:
parent
857a3d0fb6
commit
6e4d2d9eb2
@ -134,13 +134,13 @@ static struct usb_driver plusb_driver = {
|
|||||||
|
|
||||||
static int __init plusb_init(void)
|
static int __init plusb_init(void)
|
||||||
{
|
{
|
||||||
return usb_register(&plusb_driver);
|
return usb_register(&plusb_driver);
|
||||||
}
|
}
|
||||||
module_init(plusb_init);
|
module_init(plusb_init);
|
||||||
|
|
||||||
static void __exit plusb_exit(void)
|
static void __exit plusb_exit(void)
|
||||||
{
|
{
|
||||||
usb_deregister(&plusb_driver);
|
usb_deregister(&plusb_driver);
|
||||||
}
|
}
|
||||||
module_exit(plusb_exit);
|
module_exit(plusb_exit);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user