Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5955058ybv; Wed, 12 Feb 2020 03:25:24 -0800 (PST) X-Google-Smtp-Source: APXvYqx9TEfNZ8CP0Mxd2DyNWhI7doUFGKUo15eM4FI5xXFZMvSvsYw84CmOYj1TexmcRottbeKd X-Received: by 2002:aca:48cd:: with SMTP id v196mr6071812oia.102.1581506723915; Wed, 12 Feb 2020 03:25:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581506723; cv=none; d=google.com; s=arc-20160816; b=YFzIInWC1w8ZdxqBUitH1bMZXzReo20o1wseAyH9n2rHLxfMmlkIHr35KTYbxtnf4Y YglkuK4obttE5HzPwSFKmPTbvQpmHTwdVb1Fnov/p+pMTFAjVYz4jrogzuYoE5jPpPMz +JONppGcxv2RzQn4XDdfQ8BoB1faFklvrlTQheF/PqV2xoSP7qVRnHNuYRFOV0KPa1Vv Yr+uFPTxv2qnHkoNNre8GAW8cuTo/DSrOVu4aWmmX5uIbPqt9BLUO0StgoB/PFOT++HF l9swCCXuYbiGvHIug/NMqVLTufD4/otw/LydZx+nYI1FxwL5+Te0Jaa+vGP6GaTAj4Q9 Kl9w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=u8MAplp/omzhAV9/yP9C0Wq56s9gGkaXASbFiUCn5xE=; b=lZveA3mCmTUNtuzWvkJcpmlWTyxVjnyjKE+54fd6EHANVii9WtUmQytiQWTf2x/jee 5s8KX8jO8CvwJURsmwBVqV/BINBrrNEFQya3kLS4MqP0pWCYTl31kUBINlnrrdNnsVkW i9YGq8BojvDXObmS7F0bbI2R35WNPuHqW0a0qisoS5xIJfZwlG3wOZFicnicThczplcy lbS93pTIz3MY71sxwW4xTdNFkuqPSLcyethPRCpMzOL2lf+p+AtRSxlXKWKRXGvzUwJF 6ebhsrg5jJye0T8+u2lm5O51xKcD5swAsSJCfaNZUwkXKa3ZMRDdxljWSk3WHCHJrPuW hPPw== 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 a5si3141599oie.17.2020.02.12.03.25.11; Wed, 12 Feb 2020 03:25:23 -0800 (PST) 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 S1727279AbgBLLYy (ORCPT + 99 others); Wed, 12 Feb 2020 06:24:54 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:43021 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725874AbgBLLYy (ORCPT ); Wed, 12 Feb 2020 06:24:54 -0500 X-Originating-IP: 90.65.102.129 Received: from localhost (lfbn-lyo-1-1670-129.w90-65.abo.wanadoo.fr [90.65.102.129]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 36B06E000B; Wed, 12 Feb 2020 11:24:52 +0000 (UTC) Date: Wed, 12 Feb 2020 12:24:51 +0100 From: Alexandre Belloni To: Geert Uytterhoeven Cc: Alessandro Zummo , Christoph Hellwig , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtc: sh: Restore devm_ioremap() alignment Message-ID: <20200212112451.GD3326@piout.net> References: <20200212084836.9511-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200212084836.9511-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/02/2020 09:48:36+0100, Geert Uytterhoeven wrote: > The alignment of the continuation of the devm_ioremap() call in > sh_rtc_probe() was broken. Join the lines, as all parameters can fit on > a single line. > > Fixes: 4bdc0d676a643140 ("remove ioremap_nocache and devm_ioremap_nocache") > Signed-off-by: Geert Uytterhoeven > --- > drivers/rtc/rtc-sh.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com