aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorZhou nan <zhounan@nfschina.com>2022-09-19 21:36:45 -0400
committerSong Liu <song@kernel.org>2022-09-22 00:05:06 -0700
commit65b94b527dfcb700b84d043c5bdf2924663724e7 (patch)
tree5b95f463a66f3d2c845eef166a09472e7adee3f7 /drivers/md
parentmd/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d (diff)
downloadlinux-dev-65b94b527dfcb700b84d043c5bdf2924663724e7.tar.xz
linux-dev-65b94b527dfcb700b84d043c5bdf2924663724e7.zip
md: Fix spelling mistake in comments of r5l_log
Fix spelling of dones't in comments. Signed-off-by: Zhou nan <zhounan@nfschina.com> Signed-off-by: Song Liu <song@kernel.org>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/raid5-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5-cache.c b/drivers/md/raid5-cache.c
index 8e3ca60b5a58..79c73330020b 100644
--- a/drivers/md/raid5-cache.c
+++ b/drivers/md/raid5-cache.c
@@ -125,7 +125,7 @@ struct r5l_log {
* reclaimed. if it's 0, reclaim spaces
* used by io_units which are in
* IO_UNIT_STRIPE_END state (eg, reclaim
- * dones't wait for specific io_unit
+ * doesn't wait for specific io_unit
* switching to IO_UNIT_STRIPE_END
* state) */
wait_queue_head_t iounit_wait;