From: Leo Kim Date: Thu, 15 Oct 2015 04:25:07 +0000 (+0900) Subject: staging: wilc1000: rename variable gu8DelBcn X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a74c7bf86c62b0cfd02d127ee00192ccbab6a9b1;p=deliverable%2Flinux.git staging: wilc1000: rename variable gu8DelBcn This patch renames variable gu8DelBcn to del_beacon to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 1b010ef537fa..a2a865fc1278 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -253,7 +253,7 @@ static u8 ch_no; static u8 set_ip[2][4]; static u8 get_ip[2][4]; static u32 inactive_time; -static u8 gu8DelBcn; +static u8 del_beacon; static u32 gu32WidConnRstHack; u8 *gu8FlushedJoinReq; @@ -2343,7 +2343,7 @@ static void Handle_DelBeacon(struct host_if_drv *hif_drv) strWID.id = (u16)WID_DEL_BEACON; strWID.type = WID_CHAR; strWID.size = sizeof(char); - strWID.val = &gu8DelBcn; + strWID.val = &del_beacon; if (strWID.val == NULL) return;