Commit fd2a41d0 authored by Sven Schnelle's avatar Sven Schnelle Committed by Heiko Carstens

s390/raw3270: add comment to spinlock member

Add a small comment to the lock member of struct raw3270_view
to make checkpatch happy.
Signed-off-by: default avatarSven Schnelle <svens@linux.ibm.com>
Acked-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 0d85d8ed
...@@ -159,7 +159,7 @@ struct raw3270_fn { ...@@ -159,7 +159,7 @@ struct raw3270_fn {
*/ */
struct raw3270_view { struct raw3270_view {
struct list_head list; struct list_head list;
spinlock_t lock; spinlock_t lock; /* protects members of view */
#define RAW3270_VIEW_LOCK_IRQ 0 #define RAW3270_VIEW_LOCK_IRQ 0
#define RAW3270_VIEW_LOCK_BH 1 #define RAW3270_VIEW_LOCK_BH 1
atomic_t ref_count; atomic_t ref_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment