]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wlang-ng: avoid new typedef: hfa384x_usb_wridresp_t
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 28 Sep 2016 18:19:31 +0000 (20:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 2 Oct 2016 15:03:52 +0000 (17:03 +0200)
This patch fixes the following checkpatch.pl warning in hfa384x.h:
WARNING: do not add new typedefs

It applies for typedef hfa384x_usb_wridresp_t

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x.h

index 24e8ac41de466b54adfa8c26d307e8071903eb2e..18588d67c80048e386761fa44850363ca249091f 100644 (file)
@@ -873,8 +873,6 @@ struct hfa384x_usb_statusresp {
        u16 resp2;
 } __packed;
 
-typedef struct hfa384x_usb_statusresp hfa384x_usb_wridresp_t;
-
 typedef struct hfa384x_usb_rridresp {
        u16 type;
        u16 frmlen;
@@ -919,7 +917,7 @@ typedef union hfa384x_usbin {
        struct hfa384x_usb_txfrm txfrm;
        struct hfa384x_usb_infofrm infofrm;
        struct hfa384x_usb_statusresp cmdresp;
-       hfa384x_usb_wridresp_t wridresp;
+       struct hfa384x_usb_statusresp wridresp;
        hfa384x_usb_rridresp_t rridresp;
        hfa384x_usb_wmemresp_t wmemresp;
        hfa384x_usb_rmemresp_t rmemresp;