Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp21985290ybl; Mon, 6 Jan 2020 15:34:34 -0800 (PST) X-Google-Smtp-Source: APXvYqxqPee3/gAAg2RAJcSs5hMZtnl3H1UQ1j1faQ7fXCldpzjXG+f54TacckHXtpu5NezvAl5/ X-Received: by 2002:a05:6830:110a:: with SMTP id w10mr122879380otq.300.1578353674573; Mon, 06 Jan 2020 15:34:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578353674; cv=none; d=google.com; s=arc-20160816; b=vrl74kqoyK2W74kRM2SyZTEmF2zS5fJYUa57t5nuNnxHZFVFaGnOlFBFJHvLZ8U93J ceA6W52rpmt+hSF3BYjxRxhQPCV2mEUX9LKs8Fih984gtuyqX56MCmSfIkN0tDBAoaLW yGVY8e2xy9rJCtxJa2nPOxElQcPAItQeaMLkG+xV3OWO2EYDFsdwHq1G2YMi1s/GexNY qIic1LRqLB8AYD22Qqzqym4WsTnAfnoSXypdo23A8mNutCJ0NPfzKoMH6aj+VA9lmhGG GCXDFiIOhlfIpjSyKbyWMSu0xhM4eysmXro7f89CQBBbv6WHjugXzDpTGZzSjGZhC3i9 X3+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=hgjjmcnByhOvDv4sWMyasPdKEB9qjtC/oF1QKieKz+U=; b=AVzx1OsBvR73B8VyHxJk33iI7R5J/beh2TxfjGIBPU4FT7JEajduS/SOyycKMNjS4h ULq+w/habfzcWG3EZoWuU2FdbX4XPZmw2xKr7NdzgGmNRTbROjblpUfPaGiK7HoW6dvn rU41dvdUQjQJKL9lZsLsgugYmqePk0ObELQOFyVzBjWhDz2qYLe2DljJFZqP8z0OWzWC 0XHuvpJjFw9R+yEXpqed1dsdmaaGoXpY4/40kSCgG4A4nFCZHs17hUfh1+cNOjdsJvHw 8imYsmr6dXAUc8MP0IlnOnGW/vnZMNVpUVDaP3Rodceut+wNIAK7xYv62GjJQeUX0zL0 9ghg== 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 8si34925808ota.266.2020.01.06.15.34.22; Mon, 06 Jan 2020 15:34:34 -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 S1727228AbgAFXdU (ORCPT + 99 others); Mon, 6 Jan 2020 18:33:20 -0500 Received: from bilbo.ozlabs.org ([203.11.71.1]:47531 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726599AbgAFXdT (ORCPT ); Mon, 6 Jan 2020 18:33:19 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 47sBdn5hHgz9sRG; Tue, 7 Jan 2020 10:33:17 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: c3aae14e5d468d18dbb5d7c0c8c7e2968cc14aad In-Reply-To: <20191209200338.12546-1-natechancellor@gmail.com> To: Nathan Chancellor , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: clang-built-linux@googlegroups.com, Nathan Chancellor , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsize Message-Id: <47sBdn5hHgz9sRG@ozlabs.org> Date: Tue, 7 Jan 2020 10:33:17 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-12-09 at 20:03:38 UTC, Nathan Chancellor wrote: > Clang warns: > > ../arch/powerpc/boot/4xx.c:231:3: warning: misleading indentation; > statement is not part of the previous 'else' [-Wmisleading-indentation] > val = SDRAM0_READ(DDR0_42); > ^ > ../arch/powerpc/boot/4xx.c:227:2: note: previous statement is here > else > ^ > > This is because there is a space at the beginning of this line; remove > it so that the indentation is consistent according to the Linux kernel > coding style and clang no longer warns. > > Fixes: d23f5099297c ("[POWERPC] 4xx: Adds decoding of 440SPE memory size to boot wrapper library") > Link: https://github.com/ClangBuiltLinux/linux/issues/780 > Signed-off-by: Nathan Chancellor Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c3aae14e5d468d18dbb5d7c0c8c7e2968cc14aad cheers