Message ID | 20191219141059.21908-1-jpittman@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | block: kyber: correct minor comment typo | expand |
diff --git a/block/kyber-iosched.c b/block/kyber-iosched.c index 34dcea0ef637..02ed98a0217f 100644 --- a/block/kyber-iosched.c +++ b/block/kyber-iosched.c @@ -140,8 +140,8 @@ struct kyber_cpu_latency { */ struct kyber_ctx_queue { /* - * Used to ensure operations on rq_list and kcq_map to be an atmoic one. - * Also protect the rqs on rq_list when merge. + * Used to ensure atomicity of operations on rq_list and kcq_map. + * Also protect the rqs on rq_list during merge. */ spinlock_t lock; struct list_head rq_list[KYBER_NUM_DOMAINS];
In kyber-iosched.c there is a minor typo in a comment regarding the kyber_ctx_queue struct. Correct the typo and make a couple minor grammar adjustments. Signed-off-by: John Pittman <jpittman@redhat.com> --- block/kyber-iosched.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)