Message ID | 8ea01476a26ce5eb059b667181262f91873b87c5.1553577179.git.amit.kucheria@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [v1,1/1] MAINTAINERS: fix typo in file name | expand |
On 26-03-19, 10:48, Amit Kucheria wrote: > Replace underscore with dash. > > Fixes: e31f941cf977 ("MAINTAINERS: update list of qcom drivers") > Reported-by: Joe Perches <joe@perches.com> > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Reviewed-by: Vinod Koul <vkoul@kernel.org> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3e5a5d263f29..d2c5852a3c8d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2007,7 +2007,7 @@ F: drivers/i2c/busses/i2c-qup.c > F: drivers/i2c/busses/i2c-qcom-geni.c > F: drivers/mfd/ssbi.c > F: drivers/mmc/host/mmci_qcom* > -F: drivers/mmc/host/sdhci_msm.c > +F: drivers/mmc/host/sdhci-msm.c > F: drivers/pci/controller/dwc/pcie-qcom.c > F: drivers/phy/qualcomm/ > F: drivers/power/*/msm* > -- > 2.17.1 -- ~Vinod
On 3/26/2019 10:48 AM, Amit Kucheria wrote: > Replace underscore with dash. > > Fixes: e31f941cf977 ("MAINTAINERS: update list of qcom drivers") > Reported-by: Joe Perches <joe@perches.com> > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Please write appropriate commit text as why are you doing this . Otherwise looks good. Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> -Mukesh > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3e5a5d263f29..d2c5852a3c8d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2007,7 +2007,7 @@ F: drivers/i2c/busses/i2c-qup.c > F: drivers/i2c/busses/i2c-qcom-geni.c > F: drivers/mfd/ssbi.c > F: drivers/mmc/host/mmci_qcom* > -F: drivers/mmc/host/sdhci_msm.c > +F: drivers/mmc/host/sdhci-msm.c > F: drivers/pci/controller/dwc/pcie-qcom.c > F: drivers/phy/qualcomm/ > F: drivers/power/*/msm*
diff --git a/MAINTAINERS b/MAINTAINERS index 3e5a5d263f29..d2c5852a3c8d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2007,7 +2007,7 @@ F: drivers/i2c/busses/i2c-qup.c F: drivers/i2c/busses/i2c-qcom-geni.c F: drivers/mfd/ssbi.c F: drivers/mmc/host/mmci_qcom* -F: drivers/mmc/host/sdhci_msm.c +F: drivers/mmc/host/sdhci-msm.c F: drivers/pci/controller/dwc/pcie-qcom.c F: drivers/phy/qualcomm/ F: drivers/power/*/msm*
Replace underscore with dash. Fixes: e31f941cf977 ("MAINTAINERS: update list of qcom drivers") Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.17.1