Message ID | 20240908-qcom-glob-v1-1-94a390f36744@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 274e58cc226c54c849760d9a6ec7be23b221cb12 |
Headers | show |
Series | MAINTAINERS: Qualcomm SoC: Match reserved-memory bindings | expand |
On Sun, 08 Sep 2024 21:14:14 +0100, Simon Horman wrote: > commit 8b90269ee6d7 ("MAINTAINERS: Split Qualcomm SoC and linux-arm-msm > entries") included an entry for .../bindings/reserved-memory/qcom. > However, it appears that this should have been a glob as although > there are files that start with that path, no file matches that exact > path. > > Address this by making the entry a glob. > > [...] Applied, thanks! [1/1] MAINTAINERS: Qualcomm SoC: Match reserved-memory bindings commit: 274e58cc226c54c849760d9a6ec7be23b221cb12 Best regards,
diff --git a/MAINTAINERS b/MAINTAINERS index 7b599269a821..da7594a32ae1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2754,7 +2754,7 @@ F: Documentation/devicetree/bindings/arm/qcom.yaml F: Documentation/devicetree/bindings/bus/qcom* F: Documentation/devicetree/bindings/cache/qcom,llcc.yaml F: Documentation/devicetree/bindings/firmware/qcom,scm.yaml -F: Documentation/devicetree/bindings/reserved-memory/qcom +F: Documentation/devicetree/bindings/reserved-memory/qcom* F: Documentation/devicetree/bindings/soc/qcom/ F: arch/arm/boot/dts/qcom/ F: arch/arm/configs/qcom_defconfig
commit 8b90269ee6d7 ("MAINTAINERS: Split Qualcomm SoC and linux-arm-msm entries") included an entry for .../bindings/reserved-memory/qcom. However, it appears that this should have been a glob as although there are files that start with that path, no file matches that exact path. Address this by making the entry a glob. Flagged by make htmldocs as: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/reserved-memory/qcom Cc: Konrad Dybcio <konrad.dybcio@linaro.org> Cc: Bjorn Andersson <andersson@kernel.org> Cc: Rob Herring <robh@kernel.org> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> Cc: Conor Dooley <conor+dt@kernel.org> Cc: linux-arm-msm@vger.kernel.org Cc: devicetree@vger.kernel.org Signed-off-by: Simon Horman <horms@kernel.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)