summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
diff options
context:
space:
mode:
authorLeo Kim2015-11-05 06:36:06 +0100
committerGreg Kroah-Hartman2015-11-16 05:02:47 +0100
commit7f0ee9a69ef207ba0a0bd381620eb89bd92d9fe5 (patch)
tree9acaaa81b67da24d88c65a736ecfd43f9133fb85 /drivers/staging/wilc1000/host_interface.c
parentstaging: wilc1000: rename pstrHostIfSetMacAddress of fuction Handle_SetMacAdd... (diff)
downloadkernel-qcow2-linux-7f0ee9a69ef207ba0a0bd381620eb89bd92d9fe5.tar.gz
kernel-qcow2-linux-7f0ee9a69ef207ba0a0bd381620eb89bd92d9fe5.tar.xz
kernel-qcow2-linux-7f0ee9a69ef207ba0a0bd381620eb89bd92d9fe5.zip
staging: wilc1000: rename pstrHostIfGetMacAddress of fuction Handle_GetMacAddress
This patch renames pstrHostIfGetMacAddress of fuction Handle_GetMacAddress to get_mac_addr to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/host_interface.c')
-rw-r--r--drivers/staging/wilc1000/host_interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index 35e94609e6cf..06994fb91d15 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -496,14 +496,14 @@ static s32 Handle_SetMacAddress(struct host_if_drv *hif_drv,
}
static s32 Handle_GetMacAddress(struct host_if_drv *hif_drv,
- struct get_mac_addr *pstrHostIfGetMacAddress)
+ struct get_mac_addr *get_mac_addr)
{
s32 result = 0;
struct wid wid;
wid.id = (u16)WID_MAC_ADDR;
wid.type = WID_STR;
- wid.val = pstrHostIfGetMacAddress->mac_addr;
+ wid.val = get_mac_addr->mac_addr;
wid.size = ETH_ALEN;
result = send_config_pkt(GET_CFG, &wid, 1,