From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> Commit 2fcea44e1ba1 ("dt-bindings: nvmem: convert U-Boot env to a layout") moves u-boot,env.yaml, but does not adjust the file entry in the U-BOOT ENVIRONMENT VARIABLES section referring to this file. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Adjust the file entry after the device-tree binding has been moved. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c28f04234ad1..b4ed239518ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23563,7 +23563,7 @@ F: drivers/media/pci/tw686x/ U-BOOT ENVIRONMENT VARIABLES M: Rafał Miłecki <rafal@xxxxxxxxxx> S: Maintained -F: Documentation/devicetree/bindings/nvmem/u-boot,env.yaml +F: Documentation/devicetree/bindings/nvmem/layouts/u-boot,env.yaml F: drivers/nvmem/u-boot-env.c UACCE ACCELERATOR FRAMEWORK -- 2.46.0