projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a606d66
)
staging: wlan-ng: add missing parameter name to prototype
author
Tim Collier
<osdevtc@gmail.com>
Wed, 2 May 2018 19:30:49 +0000
(20:30 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 7 May 2018 01:51:39 +0000
(18:51 -0700)
Fix checkpatch warning for missing parameter name for function
prototype.
Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x_usb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wlan-ng/hfa384x_usb.c
b/drivers/staging/wlan-ng/hfa384x_usb.c
index
555711b
..
a1b1d06
100644
(file)
--- a/
drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/
drivers/staging/wlan-ng/hfa384x_usb.c
@@
-202,7
+202,7
@@
static void unlocked_usbctlx_complete(struct hfa384x *hw,
struct hfa384x_usbctlx *ctlx);
struct usbctlx_completor {
- int (*complete)(struct usbctlx_completor *);
+ int (*complete)(struct usbctlx_completor *
completor
);
};
static int