summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.h
diff options
context:
space:
mode:
authorChaehyun Lim2015-08-19 08:59:08 +0200
committerGreg Kroah-Hartman2015-09-13 03:24:29 +0200
commit1b128f632d100290fe1e7d9007f08046f2579189 (patch)
tree026ef1c4a0612469aa927442b52f1b1258450cce /drivers/staging/wilc1000/wilc_msgqueue.h
parentstaging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recv (diff)
downloadkernel-qcow2-linux-1b128f632d100290fe1e7d9007f08046f2579189.tar.gz
kernel-qcow2-linux-1b128f632d100290fe1e7d9007f08046f2579189.tar.xz
kernel-qcow2-linux-1b128f632d100290fe1e7d9007f08046f2579189.zip
staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroy
This patch replaces WILC_MsgQueueDestroy to wilc_mq_destroy 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.h')
-rw-r--r--drivers/staging/wilc1000/wilc_msgqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_msgqueue.h b/drivers/staging/wilc1000/wilc_msgqueue.h
index 143fba4957b0..fc65dfef2773 100644
--- a/drivers/staging/wilc1000/wilc_msgqueue.h
+++ b/drivers/staging/wilc1000/wilc_msgqueue.h
@@ -76,6 +76,6 @@ int wilc_mq_recv(WILC_MsgQueueHandle *pHandle,
* @date 30 Aug 2010
* @version 1.0
*/
-int WILC_MsgQueueDestroy(WILC_MsgQueueHandle *pHandle);
+int wilc_mq_destroy(WILC_MsgQueueHandle *pHandle);
#endif