summaryrefslogtreecommitdiff
path: root/include/asm-generic/qrwlock_types.h
diff options
context:
space:
mode:
authorWaiman Long <longman@redhat.com>2022-05-10 22:21:33 +0300
committerPeter Zijlstra <peterz@infradead.org>2022-05-11 17:27:04 +0300
commit434e09e7575b02e014931bc5672289fabd7a825c (patch)
treed37fdd69e53de43aaf31099fd299f26c46d34475 /include/asm-generic/qrwlock_types.h
parentdeaf7c4b4bf8b802cc465bb9b33fe6c76e812924 (diff)
downloadlinux-434e09e7575b02e014931bc5672289fabd7a825c.tar.xz
locking/qrwlock: Change "queue rwlock" to "queued rwlock"
Queued rwlock was originally named "queue rwlock" which wasn't quite grammatically correct. However there are still some "queue rwlock" references in the code. Change those to "queued rwlock" for consistency. Signed-off-by: Waiman Long <longman@redhat.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20220510192134.434753-1-longman@redhat.com
Diffstat (limited to 'include/asm-generic/qrwlock_types.h')
-rw-r--r--include/asm-generic/qrwlock_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/qrwlock_types.h b/include/asm-generic/qrwlock_types.h
index c36f1d5a2572..12392c14c4d0 100644
--- a/include/asm-generic/qrwlock_types.h
+++ b/include/asm-generic/qrwlock_types.h
@@ -7,7 +7,7 @@
#include <asm/spinlock_types.h>
/*
- * The queue read/write lock data structure
+ * The queued read/write lock data structure
*/
typedef struct qrwlock {