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:
parent
a120adb8b6
commit
97ed6d34e3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue