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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CD60BC10F1A for ; Tue, 7 May 2024 15:04:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ST07f13Kh11UaZPNR9AcmIgA12x0WIc1CXufWSDJIlg=; b=x3yjfYd5h9qrgxV6x52n/dxnCd ZbC9HDVv9GZoFgYwnX0INn6M0d2dVtldb3epxndDYh5vmI5uOrpXlJiWadqGeA8XSJQbPXqeC9TdQ lqEmGS/hZUFa6G7+um7K1qRQV/VHuTUdzTME5VuVTg8jsTf+aDjJwnRMkHOZRrAdP9rA4SCOFBjwY 1WkXKVDjtDUisGpDyId+16j0NFV8C2Qm+a8DdNMBbHfTQjj1K8urMH82HQ7ui+tucbDoDQElREgd2 1R3+nw86AGBLdQO4f2r8AEMDaoGOBllBoDbj5WsPoUb1x+YsZFpMNHXhRF7cZ638jQznb0xihN6na YMUEqpug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4MM9-0000000BeEu-1Ega; Tue, 07 May 2024 15:03:49 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4MM6-0000000BeDk-3Kx3 for linux-arm-kernel@lists.infradead.org; Tue, 07 May 2024 15:03:48 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 2A0396179B; Tue, 7 May 2024 15:03:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EE65C2BBFC; Tue, 7 May 2024 15:03:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715094225; bh=MbmDftGVEcl1tzW7ssue2yk77QxgL041vPBYpsaVx04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fWR7EFJmjgl1nmydz+VLZ/DgMNPCZP0AnMzt1Imu3UrYRfgIYuQ68QCcnYctBBoxB q+3C57QRYmGJmsQB/GARWfTjNSG7vDxQfB4pMbfr98A33HhEvCsVuN1odMHx0Rvf7O 6VbXRRN0SJALQNIeBo+Phz9uKsR4mDmurlLfmpXnsr9WGa2qRdXWrmFc4AMnD3g3o+ CSVcEUSpr0FLnsP6Knm6t2894IuPl/QxIVvx5FJNLNVLV/loiyHvJRP4f/x3MyHYyr ZKluGVNOxQ5ws1axRdCQige4rw0KB14+fyKAexhwoFGehAG3ns4DSF9It/P7MiyRPR irHKV+ZNLeyBg== Date: Tue, 7 May 2024 17:03:42 +0200 From: Lorenzo Bianconi To: Lukas Bulwahn Cc: Ray Liu , Mark Brown , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn Subject: Re: [PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER Message-ID: References: <20240507141449.177538-1-lukas.bulwahn@redhat.com> MIME-Version: 1.0 In-Reply-To: <20240507141449.177538-1-lukas.bulwahn@redhat.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240507_080346_906654_DF26BCF9 X-CRM114-Status: GOOD ( 15.75 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============6824564661240638381==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============6824564661240638381== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QhsBNwH5vosXnXpm" Content-Disposition: inline --QhsBNwH5vosXnXpm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On May 07, Lukas Bulwahn wrote: > From: Lukas Bulwahn >=20 > Commit a403997c1201 ("spi: airoha: add SPI-NAND Flash controller driver") > adds a new section AIROHA SPI SNFI DRIVER referring to the file > spi-airoha.c. The commit however adds the file spi-airoha-snfi.c. >=20 > Hence, ./scripts/get_maintainer.pl --self-test=3Dpatterns complains about= a > broken reference. >=20 > Repair this file entry in the AIROHA SPI SNFI DRIVER section. Acked-by: Lorenzo Bianconi >=20 > Signed-off-by: Lukas Bulwahn > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index ca79616a4836..2fe4506f9fe8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -689,7 +689,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated fo= r non-subscribers) > L: linux-spi@vger.kernel.org > S: Maintained > F: Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml > -F: drivers/spi/spi-airoha.c > +F: drivers/spi/spi-airoha-snfi.c > =20 > AIRSPY MEDIA DRIVER > L: linux-media@vger.kernel.org > --=20 > 2.44.0 >=20 --QhsBNwH5vosXnXpm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTquNwa3Txd3rGGn7Y6cBh0uS2trAUCZjpCzgAKCRA6cBh0uS2t rLJCAQD13z4TKLQftjJXpU4GxKidV6Thf4FprqUZgpvWaz+PagD/ZpcAx2Xh75wu GeUTm6LcNsRlW6KBEUApMvLJVpBKWQ0= =89Vk -----END PGP SIGNATURE----- --QhsBNwH5vosXnXpm-- --===============6824564661240638381== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============6824564661240638381==--