From: Sherif Shehab Aldin <shehabaldin.sherif@gmail.com>
Date: Sat, 5 Apr 2014 21:34:12 +0000 (+0200)
Subject: driver: staging: wlan-ng: Removed Unnecessary space after function pointer name
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=83f91687b0922511eceddb9831e9f86c08bb3873;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

driver: staging: wlan-ng: Removed Unnecessary space after function pointer name

Removed Unnecessary space after function pointer name

Signed-off-by: Sherif Shehab Aldin <shehabaldin.sherif@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
index 74db234977a8..22f0f1da52fa 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -203,7 +203,7 @@ static int hfa384x_usbctlx_submit(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
 static void unlocked_usbctlx_complete(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
 
 struct usbctlx_completor {
-	int (*complete) (struct usbctlx_completor *);
+	int (*complete)(struct usbctlx_completor *);
 };
 
 static int