diff mbox

[PatchV3,1/3] usb: plusb: Whitespace

Message ID 1302162015-22504-1-git-send-email-simon@mungewell.org
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Simon Wood April 7, 2011, 7:40 a.m. UTC
From: simon <simon@ubuntu.(none)>

This patch cleans up a couple of instances of incorrect whitespace

Signed-off-by: Simon Wood <simon@mungewell.org>
---
 drivers/net/usb/plusb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

David Miller April 11, 2011, 1:47 a.m. UTC | #1
From: Simon Wood <simon@mungewell.org>
Date: Thu,  7 Apr 2011 00:40:13 -0700

> From: simon <simon@ubuntu.(none)>
> 
> This patch cleans up a couple of instances of incorrect whitespace
> 
> Signed-off-by: Simon Wood <simon@mungewell.org>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/usb/plusb.c b/drivers/net/usb/plusb.c
index 823c537..2fe1bb5 100644
--- a/drivers/net/usb/plusb.c
+++ b/drivers/net/usb/plusb.c
@@ -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);