Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751251AbbD3HOj (ORCPT ); Thu, 30 Apr 2015 03:14:39 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50537 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751007AbbD3HOf (ORCPT ); Thu, 30 Apr 2015 03:14:35 -0400 Date: Thu, 30 Apr 2015 17:14:26 +1000 From: NeilBrown To: Yuanhan Liu Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] md/raid5: fix typo Message-ID: <20150430171426.46d03aa1@notabene.brown> In-Reply-To: <1430377277-6167-1-git-send-email-yuanhan.liu@linux.intel.com> References: <1430377277-6167-1-git-send-email-yuanhan.liu@linux.intel.com> X-Mailer: Claws Mail 3.10.1-162-g4d0ed6 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/x5oxh4PewixR9V7o1pzc7yG"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2304 Lines: 69 --Sig_/x5oxh4PewixR9V7o1pzc7yG Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 30 Apr 2015 15:01:16 +0800 Yuanhan Liu wrote: > bion -> bios >=20 > Signed-off-by: Yuanhan Liu > --- > drivers/md/raid5.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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, str= uct stripe_head_state *s, > } > =20 > /* > - * 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. > */ That was intentional. "bios" as a plural looks too much like "BIOS" which = is in the ROM of computers. Children and oxen are plurals with an 'n' at the end. So I used 'bion'. Private joke? I'd rather leave it as it is. Thanks, NeilBrown --Sig_/x5oxh4PewixR9V7o1pzc7yG Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIVAwUBVUHWUjnsnt1WYoG5AQL8MQ/+OMMuIvb2RokE8ytvxjdnEjF07wfkoDLB Ubmi4o6OnI/H5DEfGLSU7oBssxStrDAuivvDHNuFr6c+DkGsDw4F6Go4Dd1U0QH2 R61xMOiPpfW0elh0SXPACDocTumNKu8KFdDe2hc5h3NYy17rhMMlIX4WCbGJWMWm YfOdu2xt7QXh9aM1SLqJAvFzeFFOvTAJ/ydJpGuvrylEFWSCYYl5Xj622wtCV4EC JxaqyS0qnq/Wgb10rqkFIp0HMQXK5iNpPN2eqjRJMsBWpeCHBshrWTOBUxvhOWxj D4shpM/nA4KcKbWkGJyVJNNAHfPGogvU329pF0Wt5dmHhyHnFZ37fJzihtDTVOT0 zIjV2EQF+gSNGlOJmfBezFTY7agPZCBgjMIQ++OewblkOD0Pja80ZrGherfZ8eff F3uNI3DJ3h95N1yJqfGpIE/hBps7pZTqvTVKCORzWposGqfBH1GpJ7jV1o6lH+Im XZ9A0TD9Kn55r8pta5RVDsIWQlEwBBJwE0DwF5mAh2g608EP5H9RfU/JKMc6pBY6 PFbmHUzfeX6nlWRjjYKVpGegmuQgI9zy+n11wrwTRui6g7rPqXuIMcK9Fnr11lad cXZDuCHe7cyblynvk0rirvtPSEzZ0ExnrcZHSBtNkfgdpgHtkIw2+nMWqN+/D+6P PuPn9Ps6Dqo= =8jyA -----END PGP SIGNATURE----- --Sig_/x5oxh4PewixR9V7o1pzc7yG-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/