From patchwork Fri Mar 29 14:57:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugeniy Paltsev X-Patchwork-Id: 1069811 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="J6QzcRBz"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="jOmu2Kxl"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44W4bF6rrJz9sQq for ; Sat, 30 Mar 2019 01:57:29 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=2pK00ycDqb05rxCFnb8S+FxhZGr+CrbFW3MX4LomOJU=; b=J6Q zcRBzWRmGx/DzGnIEQ5z1OX5Jt7S12mNpVmHJAFuOOSj4cJerjYRiNo6D2AHUIEAVRaqj2B8icDYS Pdf3JYqq6/CbRxekngeZX0c4OCFq/0B0B194zQyi8MPnQoEThUiue4h/9KeoauRd+6IHLWsYTWZjU 50Bwg1y7YOu6oCf3Iq0Gy5rR4XNs48xmIprwSXF2xoTYADEZV76tw7NWXXgYZ3ZzntKiapBKu9SU9 QePACYe/zkg4yE/ibwNR0nsubqozDqZKzVDw6cF/YUVL/E0wOgdRG5Jn3qwDyx5FwVoGvmv2AhzPA YaLwZoVvyazKjbf+/ZsXaSpt3OVK0tQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h9swi-0006Bo-2J; Fri, 29 Mar 2019 14:57:28 +0000 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111] helo=smtprelay.synopsys.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h9swf-0006A3-3S for linux-snps-arc@lists.infradead.org; Fri, 29 Mar 2019 14:57:26 +0000 Received: from mailhost.synopsys.com (dc8-mailhost2.synopsys.com [10.13.135.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtprelay.synopsys.com (Postfix) with ESMTPS id 16FFE10C2803; Fri, 29 Mar 2019 07:57:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1553871440; bh=eVfH1noZhLgu0zqytGrwa2D+CckPexx9xsrj6nK9TiI=; h=From:To:Cc:Subject:Date:From; b=jOmu2KxlgKkoS/31GrGDRew57zPfmpx3nsVkEjBpi1//Cc7HZc8ty534qTRc/lj2s UQr7D+l7qJjMn0YlDoMlC980mBXjTHXuwMfZFJ3XxFFHVvdWMe3jEPK/GZKH6jn7z/ kkc0jhVvpNcrWXBwqSiUcJjCybR21rFtYo6en0IE0lp5cfeZ9g/Zj86PjRCvKL5+Va OuN/xqClwvonmTrcw71J1s9C/tmnnBryNhzBPjWHV7sG7uIXbc9YyI18WeFgNcHafQ 9IF5vjaPGWAykWwmWGAqwN83MFN1ot3Mg61OdXrpaFskKNHHuSu3aEuAP6NkzRBgwy WaGVNeiG2FvZQ== Received: from paltsev-e7480.internal.synopsys.com (paltsev-e7480.internal.synopsys.com [10.121.8.106]) by mailhost.synopsys.com (Postfix) with ESMTP id E96E5A006A; Fri, 29 Mar 2019 14:57:12 +0000 (UTC) From: Eugeniy Paltsev To: Jiri Kosina Subject: [PATCH] trivial: MAINTAINERS: fix bad file pattern Date: Fri, 29 Mar 2019 17:57:02 +0300 Message-Id: <20190329145702.1894-1-Eugeniy.Paltsev@synopsys.com> X-Mailer: git-send-email 2.14.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190329_075725_185295_40D08136 X-CRM114-Status: UNSURE ( 9.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.2 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [198.182.60.111 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Vinod Koul , Vineet Gupta , Alexey Brodkin , linux-kernel@vger.kernel.org, Joe Perches , linux-snps-arc@lists.infradead.org, Eugeniy Paltsev MIME-Version: 1.0 Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Fix bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER' Reported-by: Joe Perches Signed-off-by: Eugeniy Paltsev Signed-off-by: --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3e5a5d263f29..30f5156336ed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14987,7 +14987,7 @@ F: Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt SYNOPSYS DESIGNWARE AXI DMAC DRIVER M: Eugeniy Paltsev S: Maintained -F: drivers/dma/dwi-axi-dmac/ +F: drivers/dma/dwi-axi-dmac/* F: Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt SYNOPSYS DESIGNWARE DMAC DRIVER