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>
u16 resp2;
} __packed;
-typedef struct hfa384x_usb_statusresp hfa384x_usb_wridresp_t;
-
typedef struct hfa384x_usb_rridresp {
u16 type;
u16 frmlen;
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;