OSDN Git Service

driver: staging: wlan-ng: Removed Unnecessary space after function pointer name
authorSherif Shehab Aldin <shehabaldin.sherif@gmail.com>
Sat, 5 Apr 2014 21:34:12 +0000 (23:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 21:53:29 +0000 (14:53 -0700)
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>
drivers/staging/wlan-ng/hfa384x_usb.c

index 74db234..22f0f1d 100644 (file)
@@ -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