Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756141AbcCNUsD (ORCPT ); Mon, 14 Mar 2016 16:48:03 -0400 Received: from mail-bl2nam02on0061.outbound.protection.outlook.com ([104.47.38.61]:36352 "EHLO NAM02-BL2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756054AbcCNUsA (ORCPT ); Mon, 14 Mar 2016 16:48:00 -0400 Authentication-Results: spf=pass (sender IP is 149.199.60.100) smtp.mailfrom=xilinx.com; ettus.com; dkim=none (message not signed) header.d=none;ettus.com; dmarc=bestguesspass action=none header.from=xilinx.com; Subject: Re: [PATCH 5/5] net: macb: Fix simple typo. To: Moritz Fischer , References: <1457896247-25934-1-git-send-email-moritz.fischer@ettus.com> <1457896247-25934-6-git-send-email-moritz.fischer@ettus.com> CC: , , , , , From: Michal Simek Message-ID: <56E7237A.10401@xilinx.com> Date: Mon, 14 Mar 2016 21:47:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1457896247-25934-6-git-send-email-moritz.fischer@ettus.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22192.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.100;IPV:NLI;CTRY:US;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(164054003)(52044002)(24454002)(199003)(189002)(23746002)(64126003)(5001770100001)(1220700001)(575784001)(2906002)(63266004)(65956001)(11100500001)(4001350100001)(47776003)(86362001)(65806001)(92566002)(81166005)(54356999)(230700001)(5008740100001)(1096002)(33656002)(2950100001)(19580405001)(36756003)(50466002)(106466001)(189998001)(36386004)(65816999)(83506001)(77096005)(19580395003)(4326007)(586003)(76176999)(87936001)(6806005)(50986999)(107986001);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2NAM02HT010;H:xsj-pvapsmtpgw02;FPR:;SPF:Pass;MLV:sfv;A:1;MX:1;LANG:en; X-MS-Office365-Filtering-Correlation-Id: a93e4414-6226-4094-28c4-08d34c49ed04 X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:BL2NAM02HT010; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(13018025)(13015025)(8121501046)(13024025)(13017025)(5005006)(13023025)(3002001)(10201501046);SRVR:BL2NAM02HT010;BCL:0;PCL:0;RULEID:;SRVR:BL2NAM02HT010; X-Forefront-PRVS: 0881A7A935 X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 14 Mar 2016 20:47:58.0293 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.100];Helo=[xsj-pvapsmtpgw02] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BL2NAM02HT010 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 946 Lines: 26 On 13.3.2016 20:10, Moritz Fischer wrote: > Signed-off-by: Moritz Fischer > --- > drivers/net/ethernet/cadence/macb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c > index a0c01e5..681e5bf 100644 > --- a/drivers/net/ethernet/cadence/macb.c > +++ b/drivers/net/ethernet/cadence/macb.c > @@ -127,7 +127,7 @@ static void hw_writel(struct macb *bp, int offset, u32 value) > } > > /* Find the CPU endianness by using the loopback bit of NCR register. When the > - * CPU is in big endian we need to program swaped mode for management > + * CPU is in big endian we need to program swapped mode for management > * descriptor access. > */ > static bool hw_is_native_io(void __iomem *addr) > Remove dot at the end of subject and feel free to add my: Acked-by: Michal Simek Thanks, Michal