mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 06:35:50 +07:00
staging: wilc1000: rename Handle_CfgParam function
This patch renames Handle_CfgParam function to handle_cfg_param to avoid camelcase. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b3bf8fd984
commit
dc27666477
7
drivers/staging/wilc1000/host_interface.c
Executable file → Normal file
7
drivers/staging/wilc1000/host_interface.c
Executable file → Normal file
@ -517,8 +517,8 @@ static s32 handle_get_mac_address(struct host_if_drv *hif_drv,
|
||||
return result;
|
||||
}
|
||||
|
||||
static s32 Handle_CfgParam(struct host_if_drv *hif_drv,
|
||||
struct cfg_param_attr *cfg_param_attr)
|
||||
static s32 handle_cfg_param(struct host_if_drv *hif_drv,
|
||||
struct cfg_param_attr *cfg_param_attr)
|
||||
{
|
||||
s32 result = 0;
|
||||
struct wid strWIDList[32];
|
||||
@ -2888,8 +2888,7 @@ static int hostIFthread(void *pvArg)
|
||||
break;
|
||||
|
||||
case HOST_IF_MSG_CFG_PARAMS:
|
||||
|
||||
Handle_CfgParam(msg.drv, &msg.body.cfg_info);
|
||||
handle_cfg_param(msg.drv, &msg.body.cfg_info);
|
||||
break;
|
||||
|
||||
case HOST_IF_MSG_SET_CHANNEL:
|
||||
|
Loading…
Reference in New Issue
Block a user