mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 07:09:05 +07:00
staging: wilc1000: rename Handle_SetWfiDrvHandler function
This patch renames Handle_SetWfiDrvHandler function to handle_set_wfi_drv_handler 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
3eec50cf1a
commit
23f2badd26
@ -347,8 +347,8 @@ static s32 handle_set_channel(struct host_if_drv *hif_drv,
|
||||
return result;
|
||||
}
|
||||
|
||||
static s32 Handle_SetWfiDrvHandler(struct host_if_drv *hif_drv,
|
||||
struct drv_handler *hif_drv_handler)
|
||||
static s32 handle_set_wfi_drv_handler(struct host_if_drv *hif_drv,
|
||||
struct drv_handler *hif_drv_handler)
|
||||
{
|
||||
s32 result = 0;
|
||||
struct wid wid;
|
||||
@ -2970,8 +2970,7 @@ static int hostIFthread(void *pvArg)
|
||||
break;
|
||||
|
||||
case HOST_IF_MSG_SET_WFIDRV_HANDLER:
|
||||
Handle_SetWfiDrvHandler(msg.drv,
|
||||
&msg.body.drv);
|
||||
handle_set_wfi_drv_handler(msg.drv, &msg.body.drv);
|
||||
break;
|
||||
|
||||
case HOST_IF_MSG_SET_OPERATION_MODE:
|
||||
|
Loading…
Reference in New Issue
Block a user