提交 6e4d2d9e 编写于 作者: S simon 提交者: David S. Miller

usb: plusb: Whitespace

This patch cleans up a couple of instances of incorrect whitespace
Signed-off-by: NSimon Wood <simon@mungewell.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册