staging: wilc1000: wilc_parse_network_info(): renames local variables
authorLeo Kim <leo.kim@atmel.com>
Thu, 4 Feb 2016 09:15:42 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commit5fd5e1e15c5e1ad04e891e15cd32d0ca3f212970
treea20595b80ae496ae20eee7e7a3c89469786b142d
parentcdd610644be7b096c5bece4b7a1be07da5fe491c
staging: wilc1000: wilc_parse_network_info(): renames local variables

This patch renames to avoid camelcase, changes follow are:
 - pstrNetworkInfo to network_info
 - u8MsgType to msg_type
 - u8MsgID to msg_id
 - u16MsgLen to msg_len
 - u16WidID to wid_id
 - u16WidLen to wid_len
 - pu8WidVal to wid_val

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c