V2:
A 18/27 patch of series has a wrong name as tail_msg, which is should be
changed to pstrTailMsg. I fixed it in V2.

Chaehyun Lim (27):
  staging: wilc1000: rename struct __Message_struct
  staging: wilc1000: rename pvBuffer in struct message
  staging: wilc1000: rename u32Length in struct message
  staging: wilc1000: rename pstrNext in struct message
  staging: wilc1000: rename struct WILC_MsgQueueHandle
  staging: wilc1000: rename hSem in struct message_queue
  staging: wilc1000: rename strCriticalSection in struct message_queue
  staging: wilc1000: rename bExiting in struct message_queue
  staging: wilc1000: rename u32ReceiversCount in struct message_queue
  staging: wilc1000: rename pstrMessageList in struct message_queue
  staging: wilc1000: rename pHandle in wilc_mq_create
  staging: wilc1000: rename pHandle in wilc_mq_destroy
  staging: wilc1000: rename pstrMessge in wilc_mq_destroy
  staging: wilc1000: rename pHandle in wilc_mq_send
  staging: wilc1000: rename pvSendBuffer in wilc_mq_send
  staging: wilc1000: rename u32SendBufferSize in wilc_mq_send
  staging: wilc1000: rename pstrMessage in wilc_mq_send
  staging: wilc1000: rename pstrTailMsg in wilc_mq_send
  staging: wilc1000: fix return error code
  staging: wilc1000: rename pHandle in wilc_mq_recv
  staging: wilc1000: rename pvRecvBuffer in wilc_mq_recv
  staging: wilc1000: rename u32RecvBufferSize in wilc_mq_recv
  staging: wilc1000: rename pu32ReceivedLength in wilc_mq_recv
  staging: wilc1000: rename pstrMessage in wilc_mq_recv
  staging: wilc1000: fix coding style of kmalloc usage
  staging: wilc1000: fix logical continuations
  staging: wilc1000: remove over-commenting

 drivers/staging/wilc1000/host_interface.c |   2 +-
 drivers/staging/wilc1000/wilc_msgqueue.c  | 135 +++++++++++++++---------------
 drivers/staging/wilc1000/wilc_msgqueue.h  | 107 +++++------------------
 3 files changed, 87 insertions(+), 157 deletions(-)

-- 
2.7.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to