staging: wlan-ng: add missing parameter name to prototype
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>
This commit is contained in:
parent
a606d66ddb
commit
e163a0a8b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue