Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp1640054imj; Fri, 8 Feb 2019 05:03:30 -0800 (PST) X-Google-Smtp-Source: AHgI3IZlH/eoC/ki4HvsSD5D7Bp/BWrWWU+Y/sthnorR9fyfp3lHKOzp6Vkzh9W6MqsaQ2Spjrtg X-Received: by 2002:a63:5442:: with SMTP id e2mr17487728pgm.282.1549631010637; Fri, 08 Feb 2019 05:03:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549631010; cv=none; d=google.com; s=arc-20160816; b=LGXAwHVBny5yF4eTNUF7oCbDPRHFaE8bGWMWOnwBus6d8OHPBXM8VBg02bHdKguCK3 Fl967OD+dqSVYiYwjaUevVEjZbFsaXiVcVKj3Dj4Jk+Zy9ffm3xlL9QSwo/6fzJaWgMn 5KSa6Q+Z0hlTeB+rR1/E+Omnv8wlTN6wgrPGghBBuP81Aqbx0sUoFS1D0lHtIhI0qV2+ an020LQOsoRhfw85ipN6T95TT/1rbtFaze6MIK9PvfjTqFf2S4tdiPc7LVaNeO4ycxPd gllGbZ+eEsbxgph+0vvDAIHQatgsrfUrLDwH80WoQyh4oQ1bmnSc7f5Cjdm27qdzk4ik rISw== 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=wKFrjqDWwNuoxbE7418wIfwFCI4J0Ou+9QTmKVIaTR8=; b=Dn+ijWm7zvwbMk5iam++OUuNB08LNFndLygL/fWnh9IEXBjPbk67grPtEcl3aTZTpS 4p62DqoBv56gcwoxysGJNyQgTGXH1dEwDTwXY/Dk7Yp1oR7b0qMD322VUM9/6xbMLiIn OU5O7IXW2Z52MdNQ3F6rpajOVNOzgF3rdM8FL98FpUnJwemk8pTHapORHSRTLCAHQOyn IaEfObVMR3pQopTW6d6o2kOQP8AKBwNhGO/LSdqcZECdc++wXtA8T3fPIuuFIWGLsf+p e5RA4+3E8UrahgYqDGi0Glnjf25aMVL0en7RtW8EasU7F7t9azSX1q3aMEc6viXl7ogN eRjw== 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 b36si2309993pla.354.2019.02.08.05.03.14; Fri, 08 Feb 2019 05:03:30 -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 S1727750AbfBHNCy (ORCPT + 99 others); Fri, 8 Feb 2019 08:02:54 -0500 Received: from ozlabs.org ([203.11.71.1]:40495 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727732AbfBHNCw (ORCPT ); Fri, 8 Feb 2019 08:02:52 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 43wwMZ1M8Rz9sPX; Sat, 9 Feb 2019 00:02:47 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 8e0f97357533aa5b57b333de47eb008c6072fcac X-Patchwork-Hint: ignore In-Reply-To: <20190202130535.2761-1-malat@debian.org> To: Mathieu Malaterre From: Michael Ellerman Cc: Mathieu Malaterre , linux-kernel@vger.kernel.org, Geoff Levand , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: Move static keyword at beginning of declaration Message-Id: <43wwMZ1M8Rz9sPX@ozlabs.org> Date: Sat, 9 Feb 2019 00:02:47 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2019-02-02 at 13:05:35 UTC, Mathieu Malaterre wrote: > Move the static keyword around to remove the following warnings (W=1): > > arch/powerpc/platforms/ps3/os-area.c:212:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration] > arch/powerpc/platforms/ps3/system-bus.c:45:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration] > > Signed-off-by: Mathieu Malaterre > Acked-by: Geoff Levand Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8e0f97357533aa5b57b333de47eb008c cheers