Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966778AbcCPNu4 (ORCPT ); Wed, 16 Mar 2016 09:50:56 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:15581 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966431AbcCPNuz (ORCPT ); Wed, 16 Mar 2016 09:50:55 -0400 Subject: Re: [PATCH 5/5] net: macb: Fix simple typo. To: Michal Simek , Moritz Fischer References: <1457896247-25934-1-git-send-email-moritz.fischer@ettus.com> <1457896247-25934-6-git-send-email-moritz.fischer@ettus.com> <56E7237A.10401@xilinx.com> CC: , , , , From: Nicolas Ferre Organization: atmel Message-ID: <56E964C6.7050703@atmel.com> Date: Wed, 16 Mar 2016 14:51:02 +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: <56E7237A.10401@xilinx.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1184 Lines: 34 Le 14/03/2016 21:47, Michal Simek a ?crit : > 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 Yes, same for me, no dot. But anyway, here is my: Acked-by: Nicolas Ferre Thanks Moritz for the patches and Michal for the reviews. Bye, -- Nicolas Ferre