staging: wilc1000: added comments for 'hif_cs' mutex lock

Added comments for 'hif_cs' mutex to avoid checkpatch.pl reported
issues.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ajay Singh 2018-07-29 11:36:54 +05:30 committed by Greg Kroah-Hartman
parent a120adb8b6
commit 97ed6d34e3
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ struct wilc {
spinlock_t txq_spinlock;
/*protect rxq_entry_t receiver queue*/
struct mutex rxq_cs;
/* lock to protect hif access */
struct mutex hif_cs;
struct completion cfg_event;