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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 212A4C433DB for ; Mon, 8 Feb 2021 08:14:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE19364E7D for ; Mon, 8 Feb 2021 08:14:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbhBHIOD (ORCPT ); Mon, 8 Feb 2021 03:14:03 -0500 Received: from 8bytes.org ([81.169.241.247]:54778 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbhBHINy (ORCPT ); Mon, 8 Feb 2021 03:13:54 -0500 Received: by theia.8bytes.org (Postfix, from userid 1000) id 596013A7; Mon, 8 Feb 2021 09:13:03 +0100 (CET) Date: Mon, 8 Feb 2021 09:13:01 +0100 From: Joerg Roedel To: Yong Wu Cc: Lukas Bulwahn , linux-mediatek@lists.infradead.org, iommu@lists.linux-foundation.org, Will Deacon , Chun-Kuang Hu , Tomasz Figa , Ralf Ramsauer , Pia Eichinger , Joe Perches , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: repair file pattern in MEDIATEK IOMMU DRIVER Message-ID: <20210208081301.GB7302@8bytes.org> References: <20210208061025.29198-1-lukas.bulwahn@gmail.com> <1612766125.19482.3.camel@mhfsdcap03> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1612766125.19482.3.camel@mhfsdcap03> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 08, 2021 at 02:35:25PM +0800, Yong Wu wrote: > On Mon, 2021-02-08 at 07:10 +0100, Lukas Bulwahn wrote: > > Commit 6af4873852c4 ("MAINTAINERS: Add entry for MediaTek IOMMU") mentions > > the pattern 'drivers/iommu/mtk-iommu*', but the files are actually named > > with an underscore, not with a hyphen. > > > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: > > > > warning: no file matches F: drivers/iommu/mtk-iommu* > > > > Repair this minor typo in the file pattern. > > > > Signed-off-by: Lukas Bulwahn > > --- > > applies cleanly on next-20210205 > > > > Yong, please ack. > > +Joerg. > > sorry for the typo. > > Acked-by: Yong Wu Applied, thanks.