Commit 8ad69f490516 ("dt-bindings: i2c: convert ocores binding to yaml")
converts i2c-ocores.txt to opencores,i2c-ocores.yaml, but then adjust its
reference in MAINTAINERS to a slightly wrong new filename.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this file reference in OPENCORES I2C BUS DRIVER.
Signed-off-by: Lukas Bulwahn <[email protected]>
---
Conor, please ack.
Wolfram, please pick this minor non-urgent clean-up patch for your -next tree.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fc5b74ad0141..02e91ac4ee04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14920,7 +14920,7 @@ M: Peter Korsgaard <[email protected]>
M: Andrew Lunn <[email protected]>
L: [email protected]
S: Maintained
-F: Documentation/devicetree/bindings/i2c/i2c-ocores.yaml
+F: Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml
F: Documentation/i2c/busses/i2c-ocores.rst
F: drivers/i2c/busses/i2c-ocores.c
F: include/linux/platform_data/i2c-ocores.h
--
2.17.1
>>>>> "Lukas" == Lukas Bulwahn <[email protected]> writes:
> Commit 8ad69f490516 ("dt-bindings: i2c: convert ocores binding to yaml")
> converts i2c-ocores.txt to opencores,i2c-ocores.yaml, but then adjust its
> reference in MAINTAINERS to a slightly wrong new filename.
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> Repair this file reference in OPENCORES I2C BUS DRIVER.
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> Conor, please ack.
> Wolfram, please pick this minor non-urgent clean-up patch for your -next tree.
Acked-by: Peter Korsgaard <[email protected]>
--
Bye, Peter Korsgaard
On Fri, Jun 10, 2022 at 12:51:54PM +0200, Lukas Bulwahn wrote:
> Commit 8ad69f490516 ("dt-bindings: i2c: convert ocores binding to yaml")
> converts i2c-ocores.txt to opencores,i2c-ocores.yaml, but then adjust its
> reference in MAINTAINERS to a slightly wrong new filename.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in OPENCORES I2C BUS DRIVER.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
Applied to for-next, thanks!