“350b17d5bdc6d2b99007b8e0061bbba54deb1d1d”上不存在“src/operators/kernel/cl/cl_kernel/cl_common.h”
提交 23f2badd 编写于 作者: L Leo Kim 提交者: Greg Kroah-Hartman

staging: wilc1000: rename Handle_SetWfiDrvHandler function

This patch renames Handle_SetWfiDrvHandler function to handle_set_wfi_drv_handler
to avoid camelcase.
Signed-off-by: NLeo Kim <leo.kim@atmel.com>
Signed-off-by: NGlen Lee <glen.lee@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3eec50cf
...@@ -347,8 +347,8 @@ static s32 handle_set_channel(struct host_if_drv *hif_drv, ...@@ -347,8 +347,8 @@ static s32 handle_set_channel(struct host_if_drv *hif_drv,
return result; return result;
} }
static s32 Handle_SetWfiDrvHandler(struct host_if_drv *hif_drv, static s32 handle_set_wfi_drv_handler(struct host_if_drv *hif_drv,
struct drv_handler *hif_drv_handler) struct drv_handler *hif_drv_handler)
{ {
s32 result = 0; s32 result = 0;
struct wid wid; struct wid wid;
...@@ -2970,8 +2970,7 @@ static int hostIFthread(void *pvArg) ...@@ -2970,8 +2970,7 @@ static int hostIFthread(void *pvArg)
break; break;
case HOST_IF_MSG_SET_WFIDRV_HANDLER: case HOST_IF_MSG_SET_WFIDRV_HANDLER:
Handle_SetWfiDrvHandler(msg.drv, handle_set_wfi_drv_handler(msg.drv, &msg.body.drv);
&msg.body.drv);
break; break;
case HOST_IF_MSG_SET_OPERATION_MODE: case HOST_IF_MSG_SET_OPERATION_MODE:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册