projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f00ac
)
staging: wilc1000: rename Handle_Scan
author
Chaehyun Lim
<
[email protected]
>
Mon, 4 Apr 2016 11:04:46 +0000
(20:04 +0900)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 29 Apr 2016 05:00:52 +0000
(22:00 -0700)
This patch renames Handle_Scan to handle_scan to avoid camelcase.
Signed-off-by: Chaehyun Lim <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/wilc1000/host_interface.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/host_interface.c
b/drivers/staging/wilc1000/host_interface.c
index b4f16fec9a54875051df6b4bad5c340ebfb652fb..ff10095f1b074ab0cae18be26d97597585eb4cb3 100644
(file)
--- a/
drivers/staging/wilc1000/host_interface.c
+++ b/
drivers/staging/wilc1000/host_interface.c
@@
-731,7
+731,7
@@
unlock:
return result;
}
-static s32
Handle_S
can(struct wilc_vif *vif,
+static s32
handle_s
can(struct wilc_vif *vif,
struct scan_attr *pstrHostIFscanAttr)
{
s32 result = 0;
@@
-2515,7
+2515,7
@@
static int hostIFthread(void *pvArg)
switch (msg.id) {
case HOST_IF_MSG_SCAN:
-
Handle_S
can(msg.vif, &msg.body.scan_info);
+
handle_s
can(msg.vif, &msg.body.scan_info);
break;
case HOST_IF_MSG_CONNECT: