Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:4805 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752175AbbJMLCx (ORCPT ); Tue, 13 Oct 2015 07:02:53 -0400 From: Tony Cho To: CC: , , , , , , , , , , , Subject: [PATCH 50/54] staging: wilc1000: rename u32Timeout of struct power_mgmt_param Date: Tue, 13 Oct 2015 20:02:08 +0900 Message-ID: <1444734132-17858-5-git-send-email-tony.cho@atmel.com> (sfid-20151013_130256_270356_1D50A55D) In-Reply-To: <1444734132-17858-1-git-send-email-tony.cho@atmel.com> References: <1444734132-17858-1-git-send-email-tony.cho@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Leo Kim This patch renames u32Timeout of struct power_mgmt_param to timeout to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Tony Cho --- drivers/staging/wilc1000/host_interface.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 0c44fd0..97d1bd8 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -155,7 +155,7 @@ struct del_sta { struct power_mgmt_param { bool enabled; - u32 u32Timeout; + u32 timeout; }; struct set_ip_addr { @@ -4881,8 +4881,7 @@ s32 host_int_set_power_mgmt(struct host_if_drv *hif_drv, msg.drv = hif_drv; pstrPowerMgmtParam->enabled = bIsEnabled; - pstrPowerMgmtParam->u32Timeout = u32Timeout; - + pstrPowerMgmtParam->timeout = u32Timeout; s32Error = wilc_mq_send(&gMsgQHostIF, &msg, sizeof(struct host_if_msg)); if (s32Error) -- 1.9.1