Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp844468ybi; Sun, 30 Jun 2019 01:37:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqxOZSBnTZ/2Rpq6L2KiSZ+jWT6bD8+qc88sBM7S9ii1VeLqAF6AQwxAFVYZjskDVPweT43O X-Received: by 2002:a63:e90b:: with SMTP id i11mr18420382pgh.351.1561883876979; Sun, 30 Jun 2019 01:37:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561883876; cv=none; d=google.com; s=arc-20160816; b=T8rUxoyRmqDQOTwx7IY0r2sGpjjOrZ6kF3o8n392aYwkHp/xjrP0VfPJpPuASg2xwG 1z0miPLa53Ua5ron3z4rn/R3mhMeiw5X9ih9LbfVTvt0Eux7PX4XKDs7eijNyoFE6QSb Pp18LXz+Ik/hwMR4OMBMt+rodA8pF+0yWCXmyixuvZOJ9hWZIIvJWNWFnOaIJXTWr+OF EzHNubWAeEQH7KKTte5NwLvGyfFisyflQIHP3N5XGGmHmQg201GZm0y3EdSWAIJwJKPn Qj+eH0bnORVOUc8ud/L3PMLgualeebVupyR1fkqt+R2Q5YwHHN/S29rSHJBvhB1EFzvx O8Jw== 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=X5YQketU52bEVprfaM62uCVEEJjhPGCQqoWWDObBydw=; b=V5rfyH94U5xyBuzHxKYk8jWsstFDxWKYlkZeVXbz6E+T8qQ7V89nVns6SV5QJ1ERpt XqtRGcTQjrbPR/x2DnhnYyXW47fLTd0y0otsdMOXUgzNEgs+8/Wvpjvs2/bFlRqEy8kk 9P8z+XgZ327aKfSXB78gs9DeF7npwbSJ7xvHdiBcnsbEviayFWeo2dD3wNViQLC2VYJ0 m34kiWnYUiYoVUZiBlj/Ud0ceNckJNdTfAhUa+/Q1MvNIHSFneEhzI/7Qs2hEkvuNZdK yGDNlTs36XTHbdP2wtXjWTj6cfbDbHarZQLKUVLYtVbEcZBXhB4t72NSjM8bZx3hhlTh jrBQ== 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 c21si7008422pls.414.2019.06.30.01.37.37; Sun, 30 Jun 2019 01:37:56 -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 S1726658AbfF3Iha (ORCPT + 99 others); Sun, 30 Jun 2019 04:37:30 -0400 Received: from ozlabs.org ([203.11.71.1]:40831 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726605AbfF3Iha (ORCPT ); Sun, 30 Jun 2019 04:37:30 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 45c3lr3cZBz9sN6; Sun, 30 Jun 2019 18:37:28 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 0b1be03f25bb4c92de6408da4de9361f4cb50ae3 X-Patchwork-Hint: ignore In-Reply-To: <20190617090713.10532-1-geert+renesas@glider.be> To: Geert Uytterhoeven , Geoff Levand , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH] ps3: Use [] to denote a flexible array member Message-Id: <45c3lr3cZBz9sN6@ozlabs.org> Date: Sun, 30 Jun 2019 18:37:28 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-06-17 at 09:07:13 UTC, Geert Uytterhoeven wrote: > Flexible array members should be denoted using [] instead of [0], else > gcc will not warn when they are no longer at the end of the structure. > > Signed-off-by: Geert Uytterhoeven Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/0b1be03f25bb4c92de6408da4de9361f4cb50ae3 cheers