OSDN Git Service

staging: wilc1000: rename result in handle_cfg_param
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 12 Jun 2016 23:28:12 +0000 (08:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:38:49 +0000 (14:38 -0700)
commita1e7df48832c28e8f65c489b1e312717f52218ab
tree9565cc14ff0c7e7559756865f4e4fec1e34dbb27
parenteebb4df136a8b60b2fddda3886aaf20c8f3a644f
staging: wilc1000: rename result in handle_cfg_param

This patch renames result to ret that is used to get return value from
wilc_send_config_pkt. Some handle_*() functions are used as result,
others are used as ret. It will be changed as ret in all handle_*()
functions to match variable name.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c