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 24AFEC433EF for ; Sun, 26 Jun 2022 09:11:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234268AbiFZJLn (ORCPT ); Sun, 26 Jun 2022 05:11:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234140AbiFZJLP (ORCPT ); Sun, 26 Jun 2022 05:11:15 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 991D512AAD; Sun, 26 Jun 2022 02:11:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4A12EB80D32; Sun, 26 Jun 2022 09:11:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD474C385A2; Sun, 26 Jun 2022 09:11:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656234670; bh=OtvtjDh4zRBG+WkPlpA082IB/8hqoRflSYipxG8ajqs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oRQ6Nx4tCmAP9guKVYQ40FXluSIJjnaHRPWTLgfRaCMYHfTdH7ImEu9izUuu9/Vgj CW/+thD7Cgz6Fi1VUJQv6cCyKCbIT5DlZ3GqY5bJgJhJl/kQ1XkgWbnzKxe9BWAesf oUlxEpbqnldu3BKD4aw1Vc0jTBSBIaQCTQhTO2VGDeaecDmCTv/v0xglGKRCuYjHRl iohUMDIskj/8ZxhKEFYcod9u1TYxtr/27hrnSW4hZib8mJ/KGc7leVfYw31cZH+UFc EeKCbnseFT/lUSbBaz/RJ9Hu0m2WVckDdnnv4w1Ne50SD57eUmCTUyl8TjdDcL8Z1M a3Ka6bD49Hv7Q== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o5OIO-001cpN-84; Sun, 26 Jun 2022 10:11:08 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Conor Dooley , Lee Jones , Rob Herring , linux-kernel@vger.kernel.org Subject: [PATCH v2 20/20] MAINTAINERS: fix cross references to mfd/dlg,da9063.yaml Date: Sun, 26 Jun 2022 10:11:06 +0100 Message-Id: <813bdc2f54663572a976bccdcafae2d463259fa0.1656234456.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The entry forgot to add "dlg," to the file pattern. Fixes: 441613662db7 ("dt-bindings: mfd: Convert da9063 to yaml") Signed-off-by: Mauro Carvalho Chehab --- To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH v2 00/20] at: https://lore.kernel.org/all/cover.1656234456.git.mchehab@kernel.org/ MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index cd3f4964c14a..6acae3a340cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5886,7 +5886,7 @@ W: http://www.dialog-semiconductor.com/products F: Documentation/devicetree/bindings/input/da90??-onkey.txt F: Documentation/devicetree/bindings/input/dlg,da72??.txt F: Documentation/devicetree/bindings/mfd/da90*.txt -F: Documentation/devicetree/bindings/mfd/da90*.yaml +F: Documentation/devicetree/bindings/mfd/dlg,da90*.yaml F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml F: Documentation/devicetree/bindings/regulator/da92*.txt F: Documentation/devicetree/bindings/regulator/slg51000.txt -- 2.36.1