summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.c
diff options
context:
space:
mode:
authorChaehyun Lim2015-08-19 08:59:06 +0200
committerGreg Kroah-Hartman2015-09-13 03:24:29 +0200
commit79198138a8c77b385f9232a9067e783e2a7d5eeb (patch)
tree892c45d2d40b88e5de5f0eb5b4ff1e3baef9d11b /drivers/staging/wilc1000/wilc_msgqueue.c
parentstaging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_create (diff)
downloadkernel-qcow2-linux-79198138a8c77b385f9232a9067e783e2a7d5eeb.tar.gz
kernel-qcow2-linux-79198138a8c77b385f9232a9067e783e2a7d5eeb.tar.xz
kernel-qcow2-linux-79198138a8c77b385f9232a9067e783e2a7d5eeb.zip
staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_send
This patch replaces WILC_MsgQueueSend with wilc_mq_send to shorten function name and avoid CamelCase. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_msgqueue.c')
-rw-r--r--drivers/staging/wilc1000/wilc_msgqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_msgqueue.c b/drivers/staging/wilc1000/wilc_msgqueue.c
index 035809981847..b5d230bdf94f 100644
--- a/drivers/staging/wilc1000/wilc_msgqueue.c
+++ b/drivers/staging/wilc1000/wilc_msgqueue.c
@@ -50,7 +50,7 @@ int WILC_MsgQueueDestroy(WILC_MsgQueueHandle *pHandle)
* @note copied from FLO glue implementatuion
* @version 1.0
*/
-int WILC_MsgQueueSend(WILC_MsgQueueHandle *pHandle,
+int wilc_mq_send(WILC_MsgQueueHandle *pHandle,
const void *pvSendBuffer, u32 u32SendBufferSize)
{
int s32RetStatus = WILC_SUCCESS;