locking/qrwlock: Change "queue rwlock" to "queued rwlock"
authorWaiman Long <longman@redhat.com>
Tue, 10 May 2022 19:21:33 +0000 (15:21 -0400)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 11 May 2022 14:27:04 +0000 (16:27 +0200)
commit434e09e7575b02e014931bc5672289fabd7a825c
treed37fdd69e53de43aaf31099fd299f26c46d34475
parentdeaf7c4b4bf8b802cc465bb9b33fe6c76e812924
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
include/asm-generic/qrwlock.h
include/asm-generic/qrwlock_types.h
kernel/locking/qrwlock.c