On 8/27/19 5:17 AM, Shuning Zhang wrote:
There is a spelling mistake in raid5, fix it.
Signed-off-by: Shuning Zhang <sunny.s.zhang@xxxxxxxxxx>
---
drivers/md/raid5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
index 3de4e13..2a33b13 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
@@ -3189,7 +3189,7 @@ schedule_reconstruction(struct stripe_head *sh, struct stripe_head_state *s,
}
/*
- * Each stripe/dev can have one or more bion attached.
+ * Each stripe/dev can have one or more bios attached.
* toread/towrite point to the first in a chain.
* The bi_next chain must be in order.
*/
Please see the link.
https://marc.info/?l=linux-kernel&m=143037808730977&w=2
Thanks,
Guoqing