mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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: Sven Schnelle <svens@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
parent
0d85d8edaf
commit
fd2a41d07b
@ -159,7 +159,7 @@ struct raw3270_fn {
|
||||
*/
|
||||
struct raw3270_view {
|
||||
struct list_head list;
|
||||
spinlock_t lock;
|
||||
spinlock_t lock; /* protects members of view */
|
||||
#define RAW3270_VIEW_LOCK_IRQ 0
|
||||
#define RAW3270_VIEW_LOCK_BH 1
|
||||
atomic_t ref_count;
|
||||
|
Loading…
Reference in New Issue
Block a user