From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F31FC433F5 for ; Thu, 2 Dec 2021 01:35:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243404AbhLBBip (ORCPT ); Wed, 1 Dec 2021 20:38:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242949AbhLBBip (ORCPT ); Wed, 1 Dec 2021 20:38:45 -0500 Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4583C061748 for ; Wed, 1 Dec 2021 17:35:23 -0800 (PST) Received: by mail-ot1-x32f.google.com with SMTP id x43-20020a056830246b00b00570d09d34ebso37904144otr.2 for ; Wed, 01 Dec 2021 17:35:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=PxEZ/Ci+6FMsvc899yd5VBVPrC4KYrBb+EyAxeelyL0=; b=sogT/RmvU/d058tTSKZ3C96MGFcOCs4oDxu4e8HwJNtkJ9pub79amcIKrh5xd657Om xRXTxL3Yjpir0iYjV+gg8mIIo5wrF788eRgs0siOama2ccPelaNBvIOR7orPYIMAUZIp 47hdwaN18/+e7ANeQ8fHbXijAqXIhSDn9RSf7dOOkJUbsYoPxj9Q6Sqt8WUEq+vrl/Yf 6FsYPCPzuH599gK/2ska7uxVWxoQOVhcTT1il8cN9qQgMqRDYRtaPg3Nr78PdcYVnXbC hQdgASfX/b17Ap2Dun0uJ3WR+ILrG44L/ys1bQIP5yX6CNHLtN5F7mYUExyYpudHZm/v pz7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PxEZ/Ci+6FMsvc899yd5VBVPrC4KYrBb+EyAxeelyL0=; b=6Fii8v8kkW8274/kOyzUfivocVdyjVanb4BOywWa2yxvkJudgzz3hcZr3O2A0PnGKC 6f68PhQbUrAMIEWrSmrW23CrpoUlBUtvGpRDwcY+ph33n947GyBd8x1HxQnyH+lvzxK5 lIyH2TxLknkAA7cYjVX/8Kz6aJKRdRbkcyYlftAA2bX/o4yN9vOjz8YsGNuXjvNosKz7 wPdfYc3pmXEfplZA4N+QgDoRJ4PFjyFdHmyPmmBbQsujo/V8rfkRzTTg0MorOsnFkm9D TAgSbH9pcRRgTDIfd0Wxxbe7fvIxa//QzVN6keotZ6HcRxZM09c8khSFVtpXDqp1IMRf lpDQ== X-Gm-Message-State: AOAM530Kt78gHyIOih2apkwsk4sE621zHlBdhutXj1zFCXPZyeDoeUxS 2wvtqo4Q0G0F1RDYaYs37OB8ZRmj/YdSFyMejT+ANA== X-Google-Smtp-Source: ABdhPJz0S+FgQoGHpcXKhMuq67/2eQLhir27lTYZlj3Kjo0cOHRayk6xDAnFMyCRA8HeO8j65UENSwXgvU0GMbwsV8g= X-Received: by 2002:a9d:a42:: with SMTP id 60mr9335599otg.179.1638408923316; Wed, 01 Dec 2021 17:35:23 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Walleij Date: Thu, 2 Dec 2021 02:35:12 +0100 Message-ID: Subject: Re: [PATCH] pinctrl: fix flexible_array.cocci warnings To: Julia Lawall Cc: Joey Gouly , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Stan Skowronek , Marc Zyngier , linux-gpio@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sat, Nov 27, 2021 at 7:01 PM Julia Lawall wrote: > From: kernel test robot > > Zero-length and one-element arrays are deprecated, see > Documentation/process/deprecated.rst > Flexible-array members should be used instead. > > Generated by: scripts/coccinelle/misc/flexible_array.cocci > > CC: Joey Gouly > Reported-by: kernel test robot > Signed-off-by: kernel test robot > Signed-off-by: Julia Lawall Patch applied! Yours, Linus Walleij