commit | 5fd5e1e15c5e1ad04e891e15cd32d0ca3f212970 | [log] [tgz] |
---|---|---|
author | Leo Kim <leo.kim@atmel.com> | Thu Feb 04 18:15:42 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | a20595b80ae496ae20eee7e7a3c89469786b142d | |
parent | cdd610644be7b096c5bece4b7a1be07da5fe491c [diff] |
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>