lkml.org 
[lkml]   [2016]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 29/87] staging: wlang-ng: avoid new typedef: hfa384x_usb_txfrm_t
    Date
    This patch fixes the following checkpatch.pl warning in hfa384x.h:
    WARNING: do not add new typedefs

    It applies for typedef hfa384x_usb_txfrm_t

    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    ---
    drivers/staging/wlan-ng/hfa384x.h | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
    index 29d9bc5..2d6f6a9 100644
    --- a/drivers/staging/wlan-ng/hfa384x.h
    +++ b/drivers/staging/wlan-ng/hfa384x.h
    @@ -808,10 +808,10 @@ struct hfa384x_InfFrame {
    /*------------------------------------*/
    /* Request (bulk OUT) packet contents */

    -typedef struct hfa384x_usb_txfrm {
    +struct hfa384x_usb_txfrm {
    struct hfa384x_tx_frame desc;
    u8 data[WLAN_DATA_MAXLEN];
    -} __packed hfa384x_usb_txfrm_t;
    +} __packed;

    typedef struct hfa384x_usb_cmdreq {
    u16 type;
    @@ -905,7 +905,7 @@ struct hfa384x_InfFrame {

    typedef union hfa384x_usbout {
    __le16 type;
    - hfa384x_usb_txfrm_t txfrm;
    + struct hfa384x_usb_txfrm txfrm;
    hfa384x_usb_cmdreq_t cmdreq;
    hfa384x_usb_wridreq_t wridreq;
    hfa384x_usb_rridreq_t rridreq;
    @@ -916,7 +916,7 @@ struct hfa384x_InfFrame {
    typedef union hfa384x_usbin {
    __le16 type;
    hfa384x_usb_rxfrm_t rxfrm;
    - hfa384x_usb_txfrm_t txfrm;
    + struct hfa384x_usb_txfrm txfrm;
    hfa384x_usb_infofrm_t infofrm;
    hfa384x_usb_cmdresp_t cmdresp;
    hfa384x_usb_wridresp_t wridresp;
    --
    1.9.1
    \
     
     \ /
      Last update: 2016-09-28 20:31    [W:5.353 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site