From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea.gelmini@gelma.net (Andrea Gelmini) Date: Sat, 21 May 2016 12:21:57 +0000 Subject: [PATCH 0085/1529] Fix typo In-Reply-To: <20160521115556.GV19428@n2100.arm.linux.org.uk> References: <20160521114759.3760-1-andrea.gelmini@gelma.net> <20160521115556.GV19428@n2100.arm.linux.org.uk> Message-ID: <20160521122157.GA6289@li61-168.members.linode.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, May 21, 2016 at 12:55:56PM +0100, Russell King - ARM Linux wrote: > On Sat, May 21, 2016 at 01:47:59PM +0200, Andrea Gelmini wrote: > > Signed-off-by: Andrea Gelmini > > --- > > arch/arm/include/asm/ucontext.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/include/asm/ucontext.h b/arch/arm/include/asm/ucontext.h > > index 14749ae..b4d2d0f 100644 > > --- a/arch/arm/include/asm/ucontext.h > > +++ b/arch/arm/include/asm/ucontext.h > > @@ -8,7 +8,7 @@ > > * ucontext now has room for all registers which need to be saved and > > * restored. Coprocessor registers are stored in uc_regspace. Each > > * coprocessor's saved state should start with a documented 32-bit magic > > - * number, followed by a 32-bit word giving the coproccesor's saved size. > > + * number, followed by a 32-bit word giving the coprocessor saved size. > > The original is fine, and I'd say is more correct. My point was about the spelling: coproccesor (double C, single S). I don't resend a new version of the patch. My interest is notify it, don't care to have commit in kernel for such little thing. I guess is easier if you fix it with next batch of your patches. Bye, Andrea