From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756200AbdEKNte (ORCPT ); Thu, 11 May 2017 09:49:34 -0400 Received: from mout.web.de ([212.227.15.4]:57909 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756183AbdEKNta (ORCPT ); Thu, 11 May 2017 09:49:30 -0400 Subject: [PATCH 4/4] C6X/megamode-pic: Fix a typo in a comment line From: SF Markus Elfring To: linux-c6x-dev@linux-c6x.org, Aurelien Jacquiot , Mark Salter Cc: LKML , kernel-janitors@vger.kernel.org References: <1b8c2efb-1096-3b78-9100-e20c55b6ecf1@users.sourceforge.net> Message-ID: Date: Thu, 11 May 2017 15:49:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <1b8c2efb-1096-3b78-9100-e20c55b6ecf1@users.sourceforge.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:mOjB+FAj5OCDaU7kvvRCLHAvZ7W5Y3yMZCy22uEBhxQnp3Q+43I IqlZlunMXZzoTJTCd9GRDa56TuIjsAdQi7KYLttrLDnBV6fS6Cwoxm1/pSZOaTJlQAxZRoe FbebouRGKixV5jJxA5RxxYrzi+nrH/oe8vNypmTAUvhH0gwWesy8jKvQoHyQaXyJq2wHt0M PO2/TcIF44l5wNrrOsiow== X-UI-Out-Filterresults: notjunk:1;V01:K0:vPssQcV69dI=:HGSEfowuF3h4ZYsgGuIgk9 CG/A4Cs0JFH2wXibJf0zpcH5Kcges0fe0X0CwEwIUNR5JYO1PpiUY8aZLSaXbQmJTdoXhsw1U k9wCnobiwOmAgh2odAYWuKB5anNrlGCB8cWmau/abN8GqWCQPwgaCDM6XZ1muUhPYGiSCtx6x 2BGog7Dlf2jH628f3SxFCreFcaHsopzC39lYvL657KsL3LomLg1AD8gjJIUKNz3mJ+PXcoruN MXpiKMB8B46TM+fVLc7BhIykY5kCI/v6NZ91dD6O+ClDsDGPiRvJEj6OhTUI17J9bJKcBi/g+ 1KQ+ExeirItHB5yo8G5/J+GVHP7jFQbGILiefc7HlgXQ2U3Wbv0Ooxm7wofQgxbfNOEXlLoRm KI6biLZEFUWhb3xsngZ0HxnVMXcyIgh/BkwQeBbQm9RhrSmhcGpmPmA+7+aScEeo+u4tvABsP /ZPxBA2A+ZrsrzMrb1cMJuOPsl7BASo0hG8tIfhEeTJitHzGEtJuTuJigFsU4x7AsLkO4Vt9j eMD+tCTqrnRM1UW0HwAcDWYEy3mFlQqKl/FFjM2h88T5cfLaQUfdMd2CPRqbs66y8KJFDMbyb YcRdqx4+9L90/PUG6Qtid9XZUZtl/aKiCg+bxBic3bNBcVfL2jwyo20LOOG0ND/gIrpmfepDW WsfJGutktVOngcbKao9WIMLxKQTOMDncA8QwJoNtgPzMpcmSZGl70QLa69zOLVrlfheiQLUoD ryNCUjfAQeMEVr/iPCo/ESWybc38PdEaCWs7UAZFkrJlgGLyTzkPmIqcCBz/CMXIx1SEGhgVm tfZfxbm Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Markus Elfring Date: Thu, 11 May 2017 15:12:49 +0200 Delete one character from a word in this description for a function. Signed-off-by: Markus Elfring --- arch/c6x/platforms/megamod-pic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/c6x/platforms/megamod-pic.c b/arch/c6x/platforms/megamod-pic.c index c49aa63289fa..d5699ebcc149 100644 --- a/arch/c6x/platforms/megamod-pic.c +++ b/arch/c6x/platforms/megamod-pic.c @@ -168,7 +168,7 @@ static void __init set_megamod_mux(struct megamod_pic *pic, int src, int output) * The MUX map is an array of up to 12 cells; one for each usable core priority * interrupt. The value of a given cell is the megamodule interrupt source * which is to me MUXed to the output corresponding to the cell position - * withing the array. The first cell in the array corresponds to priority + * within the array. The first cell in the array corresponds to priority * 4 and the last (12th) cell corresponds to priority 15. The allowed * values are 4 - ((NR_COMBINERS * 32) - 1). Note that the combined interrupt * sources (0 - 3) are not allowed to be mapped through this property. They -- 2.12.3