Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753271Ab0LaKdy (ORCPT ); Fri, 31 Dec 2010 05:33:54 -0500 Received: from mail-fx0-f46.google.com ([209.85.161.46]:40672 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751719Ab0LaKdw convert rfc822-to-8bit (ORCPT ); Fri, 31 Dec 2010 05:33:52 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=GNmbHdDZfTj/5GJsz/YIEp7l0rx9GzAYcnvwcjyuIvNpwp1AX9BnWwD7PLe7YsuCsj x1PxESDSPfHlwvzzqSgZc2ombZpCX56G/271VgvF/twsXwJu5FIYaG9T5gvWo7ah/fG2 AQ9WNMMMRGMLFNEX5/KlCC0bGnDCIC9oK7Gv4= MIME-Version: 1.0 In-Reply-To: <1293750484-1161-1-git-send-email-justinmattock@gmail.com> References: <1293750484-1161-1-git-send-email-justinmattock@gmail.com> Date: Fri, 31 Dec 2010 11:33:49 +0100 X-Google-Sender-Auth: AXyd12_F9n4nfovby9Mg2xPiBm4 Message-ID: Subject: Re: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable. From: Geert Uytterhoeven To: "Justin P. Mattock" Cc: trivial@kernel.org, linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, ivtv-devel@ivtvdriver.org, linux-media@vger.kernel.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, spi-devel-general@lists.sourceforge.net, devel@driverdev.osuosl.org, linux-usb@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1592 Lines: 42 On Fri, Dec 31, 2010 at 00:07, Justin P. Mattock wrote: > The below patch fixes a typo "diable" to "disable". Please let me know if this > is correct or not. > > Signed-off-by: Justin P. Mattock Acked-by: Geert Uytterhoeven > --- >  arch/m68k/ifpsp060/src/fpsp.S |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/m68k/ifpsp060/src/fpsp.S b/arch/m68k/ifpsp060/src/fpsp.S > index 73613b5..26e85e2 100644 > --- a/arch/m68k/ifpsp060/src/fpsp.S > +++ b/arch/m68k/ifpsp060/src/fpsp.S > @@ -3881,7 +3881,7 @@ _fpsp_fline: >  # FP Unimplemented Instruction stack frame and jump to that entry >  # point. >  # > -# but, if the FPU is disabled, then we need to jump to the FPU diabled > +# but, if the FPU is disabled, then we need to jump to the FPU disabled >  # entry point. >        movc            %pcr,%d0 >        btst            &0x1,%d0 Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that.                                 -- Linus Torvalds -- 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/