summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.c
diff options
context:
space:
mode:
authorChaehyun Lim2015-08-19 08:59:05 +0200
committerGreg Kroah-Hartman2015-09-13 03:24:29 +0200
commitcd08fc78138af767a8dea2f4d0a8251efd9a0afc (patch)
tree9f6c86de2198a33811c67ee1395c209e890c6a78 /drivers/staging/wilc1000/wilc_msgqueue.c
parentstaging: wilc1000: replace WILC_ErrNo by int type (diff)
downloadkernel-qcow2-linux-cd08fc78138af767a8dea2f4d0a8251efd9a0afc.tar.gz
kernel-qcow2-linux-cd08fc78138af767a8dea2f4d0a8251efd9a0afc.tar.xz
kernel-qcow2-linux-cd08fc78138af767a8dea2f4d0a8251efd9a0afc.zip
staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_create
This patch replaces WILC_MsgQueueCreate with wilc_mq_create 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 f528f9879d4d..035809981847 100644
--- a/drivers/staging/wilc1000/wilc_msgqueue.c
+++ b/drivers/staging/wilc1000/wilc_msgqueue.c
@@ -8,7 +8,7 @@
* @note copied from FLO glue implementatuion
* @version 1.0
*/
-int WILC_MsgQueueCreate(WILC_MsgQueueHandle *pHandle)
+int wilc_mq_create(WILC_MsgQueueHandle *pHandle)
{
spin_lock_init(&pHandle->strCriticalSection);
sema_init(&pHandle->hSem, 0);