From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Bad file pattern in MAINTAINERS section 'ARM/QUALCOMM SUPPORT' Date: Mon, 25 Mar 2019 14:24:50 -0700 Message-ID: <20190325212450.25865-1-joe@perches.com> References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> Return-path: In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: Andy Gross , David Brown , linux-arm-msm@vger.kernel.org, Amit Kucheria List-Id: linux-arm-msm@vger.kernel.org A file pattern line in this section of the MAINTAINERS file in linux-next does not have a match in the linux source files. This could occur because a matching filename was never added, was deleted or renamed in some other commit. The commits that added and if found renamed or removed the file pattern are shown below. Please fix this defect appropriately. 1: --------------------------------------------------------------------------- linux-next MAINTAINERS section: 1986 ARM/QUALCOMM SUPPORT 1987 M: Andy Gross 1988 M: David Brown 1989 L: linux-arm-msm@vger.kernel.org 1990 S: Maintained 1991 F: Documentation/devicetree/bindings/soc/qcom/ 1992 F: Documentation/devicetree/bindings/*/qcom* 1993 F: arch/arm/boot/dts/qcom-*.dts 1994 F: arch/arm/boot/dts/qcom-*.dtsi 1995 F: arch/arm/mach-qcom/ 1996 F: arch/arm64/boot/dts/qcom/ 1997 F: drivers/*/qcom/ 1998 F: drivers/*/qcom* 1999 F: drivers/*/*/qcom/ 2000 F: drivers/*/*/qcom* 2001 F: drivers/*/pm8???-* 2002 F: drivers/bluetooth/btqcomsmd.c 2003 F: drivers/clocksource/timer-qcom.c 2004 F: drivers/extcon/extcon-qcom* 2005 F: drivers/iommu/msm* 2006 F: drivers/i2c/busses/i2c-qup.c 2007 F: drivers/i2c/busses/i2c-qcom-geni.c 2008 F: drivers/mfd/ssbi.c 2009 F: drivers/mmc/host/mmci_qcom* --> 2010 F: drivers/mmc/host/sdhci_msm.c 2011 F: drivers/pci/controller/dwc/pcie-qcom.c 2012 F: drivers/phy/qualcomm/ 2013 F: drivers/power/*/msm* 2014 F: drivers/reset/reset-qcom-* 2015 F: drivers/scsi/ufs/ufs-qcom.* 2016 F: drivers/spi/spi-qup.c 2017 F: drivers/spi/spi-geni-qcom.c 2018 F: drivers/spi/spi-qcom-qspi.c 2019 F: drivers/tty/serial/msm_serial.c 2020 F: drivers/usb/dwc3/dwc3-qcom.c 2021 F: include/dt-bindings/*/qcom* 2022 F: include/linux/*/qcom* 2023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git 2: --------------------------------------------------------------------------- The most recent commit that added or modified file pattern 'drivers/mmc/host/sdhci_msm.c': commit e31f941cf977f4ed7882358de2f513cac5865330 Author: Amit Kucheria Date: Tue Jan 15 01:15:49 2019 +0530 MAINTAINERS: update list of qcom drivers Several drivers didn't have a specific maintainer (other than the subsystem maintainer). Add some generic regex patterns to capture most qcom drivers in the list of supported drivers. For the rest, add explicit filenames. Sort the entries, while we're at it. Signed-off-by: Amit Kucheria Signed-off-by: Andy Gross MAINTAINERS | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) 3: --------------------------------------------------------------------------- No commit with file pattern 'drivers/mmc/host/sdhci_msm.c' was found