staging: wilc1000: wilc_parse_assoc_resp_info(): renames function variables
authorLeo Kim <leo.kim@atmel.com>
Thu, 4 Feb 2016 09:15:45 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commit946a9ddb43706c6f55600c4b2725a7b19f0777d8
treeada281ff41b3828395cf89e1134c4c4faa00daa2
parent66d77cb5bbfc3b99ea5c4ac1978b577c322cbbae
staging: wilc1000: wilc_parse_assoc_resp_info(): renames function variables

This patch renames to avoid camelcase, changes follow are:
 - pu8Buffer to buffer
 - u32BufferLen to buffer_len
 - ppstrConnectRespInfo to ret_connect_resp_info

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c
drivers/staging/wilc1000/coreconfigurator.h
This page took 0.027342 seconds and 5 git commands to generate.