From: Tim Collier Date: Wed, 2 May 2018 19:30:49 +0000 (+0100) Subject: staging: wlan-ng: add missing parameter name to prototype X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e163a0a8b9b8d286a4db15fa686c543b18f5b3d9;p=linux.git staging: wlan-ng: add missing parameter name to prototype Fix checkpatch warning for missing parameter name for function prototype. Signed-off-by: Tim Collier Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c index 555711bc12f06..a1b1d06d01bd3 100644 --- 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