[PATCH] block: kyber: correct minor comment typo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 block/kyber-iosched.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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];
-- 
2.17.2




[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux