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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2B2EC4320A for ; Tue, 17 Aug 2021 08:43:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B89CA60EFE for ; Tue, 17 Aug 2021 08:43:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239179AbhHQInz convert rfc822-to-8bit (ORCPT ); Tue, 17 Aug 2021 04:43:55 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:57373 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235078AbhHQIny (ORCPT ); Tue, 17 Aug 2021 04:43:54 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 9EB4724000D; Tue, 17 Aug 2021 08:43:18 +0000 (UTC) Date: Tue, 17 Aug 2021 10:43:16 +0200 From: Miquel Raynal To: Stephen Rothwell Cc: Boris Brezillon , Jaime Liao , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the nand tree Message-ID: <20210817104316.4c967dd4@xps13> In-Reply-To: <20210817080824.7fa1ee3b@canb.auug.org.au> References: <20210817080824.7fa1ee3b@canb.auug.org.au> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, Stephen Rothwell wrote on Tue, 17 Aug 2021 08:08:24 +1000: > Hi all, > > Commit > > c26b316307ff ("mtd: spinand: macronix: Add Quad support for serial NAND flash") > > is missing a Signed-off-by from its author. > Fixed, thanks for the warning. Miquèl