linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] md/raid5: fix typo
@ 2015-04-30  7:01 Yuanhan Liu
  2015-04-30  7:01 ` [PATCH 2/2] md/raid5: trivial coding style fix Yuanhan Liu
  2015-04-30  7:14 ` [PATCH 1/2] md/raid5: fix typo NeilBrown
  0 siblings, 2 replies; 6+ messages in thread
From: Yuanhan Liu @ 2015-04-30  7:01 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, linux-kernel, Yuanhan Liu

bion -> bios

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
---
 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 697d77a..2651bda 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
@@ -2919,7 +2919,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.
  */
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-30  7:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30  7:01 [PATCH 1/2] md/raid5: fix typo Yuanhan Liu
2015-04-30  7:01 ` [PATCH 2/2] md/raid5: trivial coding style fix Yuanhan Liu
2015-04-30  7:16   ` NeilBrown
2015-04-30  7:23     ` Yuanhan Liu
2015-04-30  7:14 ` [PATCH 1/2] md/raid5: fix typo NeilBrown
2015-04-30  7:22   ` Yuanhan Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).