mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d6ae4a9995
commit
83f91687b0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user