mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
staging: pi433: add comment to rx_lock mutex definition
Checkpatch reports: CHECK: struct mutex definition without comment. Fix this by documenting what rx_mutex struct is used for in pi433 driver. Signed-off-by: Paulo Miguel Almeida <paulo.miguel.almeida.rodenas@gmail.com> Link: https://lore.kernel.org/r/20220103232616.GA11161@mail.google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
70d8e20c24
commit
6b2ad16369
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ struct pi433_device {
|
|||
u32 rx_bytes_to_drop;
|
||||
u32 rx_bytes_dropped;
|
||||
unsigned int rx_position;
|
||||
struct mutex rx_lock;
|
||||
struct mutex rx_lock; /* protects rx_* variable accesses */
|
||||
wait_queue_head_t rx_wait_queue;
|
||||
|
||||
/* fifo wait queue */
|
||||
|
|
Loading…
Add table
Reference in a new issue