Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753755AbaJBUHO (ORCPT ); Thu, 2 Oct 2014 16:07:14 -0400 Received: from top.free-electrons.com ([176.31.233.9]:43577 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752694AbaJBUHG (ORCPT ); Thu, 2 Oct 2014 16:07:06 -0400 Message-ID: <542DB068.3060803@free-electrons.com> Date: Thu, 02 Oct 2014 22:07:04 +0200 From: Michael Opdenacker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Randy Dunlap , trivial@kernel.org, joe@perches.com, akpm@linux-foundation.org, arend@broadcom.com, gregkh@linuxfoundation.org CC: linux-kernel@vger.kernel.org, Michael Opdenacker Subject: Re: [PATCH] [RESEND][TRIVIAL] treewide: fix occurrences of "the the " References: <542DA51C.1080209@free-electrons.com> <1412277870-4960-1-git-send-email-michael.opdenacker@free-electrons.com> <542DAEE9.7000906@infradead.org> In-Reply-To: <542DAEE9.7000906@infradead.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/02/2014 10:00 PM, Randy Dunlap wrote: >> diff --git a/arch/xtensa/kernel/entry.S b/arch/xtensa/kernel/entry.S >> index 82bbfa5a05b3..ccadbfd6645e 100644 >> --- a/arch/xtensa/kernel/entry.S >> +++ b/arch/xtensa/kernel/entry.S >> @@ -384,7 +384,7 @@ common_exception: >> /* Save optional registers. */ >> >> save_xtregs_opt a1 a2 a4 a5 a6 a7 PT_XTREGS_OPT >> - >> + >> #ifdef CONFIG_TRACE_IRQFLAGS >> l32i a4, a1, PT_DEPC >> /* Double exception means we came here with an exception >> @@ -433,7 +433,7 @@ common_exception_return: >> * We need to check some flags for signal handling and rescheduling, >> * and have to restore WB and WS, extra states, and all registers >> * in the register file that were in use in the user task. >> - * Note that we don't disable interrupts here. >> + * Note that we don't disable interrupts here. >> */ >> >> _bbsi.l a4, TIF_NEED_RESCHED, 3f >> @@ -830,14 +830,14 @@ ENDPROC(unrecoverable_exception) >> * of the proper size instead. >> * >> * This algorithm simply backs out the register changes started by the user >> - * excpetion handler, makes it appear that we have started a window underflow >> + * exception handler, makes it appear that we have started a window underflow >> * by rotating the window back and then setting the old window base (OWB) in >> * the 'ps' register with the rolled back window base. The 'movsp' instruction >> * will be re-executed and this time since the next window frames is in the >> * active AR registers it won't cause an exception. >> * >> * If the WindowUnderflow code gets a TLB miss the page will get mapped >> - * the the partial windeowUnderflow will be handeled in the double exception >> + * and the partial windeowUnderflow will be handled in the double exception > windowUnderflow Great, new patch ready on the launch site! Thanks, Mike. -- Michael Opdenacker, CEO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +33 484 258 098 -- 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/