Received: by 2002:a25:b323:0:0:0:0:0 with SMTP id l35csp335600ybj; Thu, 19 Sep 2019 15:17:05 -0700 (PDT) X-Google-Smtp-Source: APXvYqw8jS0yCa0p306oN8lQNL21feUOyRCvMBaunUCgJAIIZG6lDydi3pCRAHvj1vL1YfXKZUqh X-Received: by 2002:a50:c052:: with SMTP id u18mr18552381edd.88.1568931424900; Thu, 19 Sep 2019 15:17:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568931424; cv=none; d=google.com; s=arc-20160816; b=JI841uxSF2fSrTGwYrTphDdSK9HzOHOJwm8fmQNfx5sYH46abhfU70Mo28NQzv1Rma ONLtdK9RZxgNqbGeIraskDz3CVUSn0khGWMju5c9mtAYzrfF/Yv/oz0C43K5EU/1n5gq teD3ulyjQPob+7HaBIsV4wP/vI2Xpj/tffOEpKF54WMRimTH900tTXjl2w8idKF2UtgX 6CBC0u8kGMZknohZmuXjXCRT66wbcgYsgfdGsgAqbzSvOikuWyH2lrx5qQy2g/lT8eNM KmDxNKOUxZ84qhyfBUgYzhu75PcN7M3vVws89dkwUcotHxaT8wMD0AcyPWW8NMxIWl9l 50hA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=WeJxGIU3unTApi6mVmKNQnYr9yk8PoS8JXv18GP6IOE=; b=I9ke1Eg/LKA2m2hz1HemRnG8ow61wWy3sMbMOa6ejq14kRwwJ/bvtHsWwTFNNQtvcn 0wUNvca+NNjr3rv+wc1fUOAfR+8iN5m5Mfyl6Y5wGXLOQskznGSIAAfBhgIJoTIrscnS cg57JpOT+D9K6XSEA2wgfTTqT8ybXmQ2K08Crp8BqroWfC3+5Gx3O3ZLHB0CwvXFpBkV f9ctjju/fFUeioTtNjbCGerpbFvirDa2lgp27bnwwlZ1lBaCwDaYG0jpdnKWsvVh2mBk 2r6lKtBluYrAdObTfhHljwF7OtwjMqG0UjCtrfw+4yxNa6+/2d4oS7ExhitOBH4nCR39 4Akw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l3si84036edc.109.2019.09.19.15.16.42; Thu, 19 Sep 2019 15:17:04 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392304AbfISTNL (ORCPT + 99 others); Thu, 19 Sep 2019 15:13:11 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:51347 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392291AbfISTNL (ORCPT ); Thu, 19 Sep 2019 15:13:11 -0400 X-Originating-IP: 90.76.216.45 Received: from windsurf (lfbn-1-2159-45.w90-76.abo.wanadoo.fr [90.76.216.45]) (Authenticated sender: thomas.petazzoni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id EE207240008; Thu, 19 Sep 2019 19:13:08 +0000 (UTC) Date: Thu, 19 Sep 2019 21:13:08 +0200 From: Thomas Petazzoni To: Alexandre Belloni Cc: Gregory CLEMENT , Mark Brown , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Nicolas Ferre , Ludovic Desroches , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] spi: atmel: Remove AVR32 leftover Message-ID: <20190919211308.56c9503e@windsurf> In-Reply-To: <20190919172453.GA21254@piout.net> References: <20190919154034.7489-1-gregory.clement@bootlin.com> <20190919172453.GA21254@piout.net> Organization: Bootlin X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Sep 2019 19:24:53 +0200 Alexandre Belloni wrote: > On 19/09/2019 17:40:34+0200, Gregory CLEMENT wrote: > > AV32 support has been from the kernel a few release ago, but there was > AVR32 and missing word^ > > > still some specific macro for this architecture in this driver. Lets > > remove it. If you want to actually be pedantic, there are a few other typos in the commit. Hopefully the below text has all of them fixed (and does not introduce any new one): == AVR32 support has been removed from the kernel a few releases ago, but there were still some specific macros for this architecture in this driver. Let's remove them. == Best regards, Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com