瀏覽代碼

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>
Tim Collier 7 年之前
父節點
當前提交
e163a0a8b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/wlan-ng/hfa384x_usb.c

+ 1 - 1
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