This patch removes typedef from the struct tstrHostIFSetIPAddr and renames it to set_ip_addr in order to comply with the Linux coding style. Signed-off-by: Tony Cho <tony.cho@xxxxxxxxx> --- drivers/staging/wilc1000/host_interface.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 8fc9186..8b995c3 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -376,7 +376,7 @@ struct power_mgmt_param { }; /*! - * @struct tstrHostIFSetIPAddr + * @struct set_ip_addr * @brief set IP Address message body * @details * @todo @@ -385,11 +385,10 @@ struct power_mgmt_param { * @date 30 August 2013 * @version 1.0 Description */ - -typedef struct { +struct set_ip_addr { u8 *au8IPAddr; u8 idx; -} tstrHostIFSetIPAddr; +}; /*! * @struct sta_inactive_t @@ -433,7 +432,7 @@ union message_body { struct timer_cb strTimerCb; /*!< Timer callback message body */ struct power_mgmt_param strPowerMgmtparam; /*!< Power Management message body */ struct sta_inactive_t strHostIfStaInactiveT; - tstrHostIFSetIPAddr strHostIfSetIP; + struct set_ip_addr strHostIfSetIP; tstrHostIfSetDrvHandler strHostIfSetDrvHandler; tstrHostIFSetMulti strHostIfSetMulti; tstrHostIfSetOperationMode strHostIfSetOperationMode; -- 1.9.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel