Just drop the "linux" part of the path, it was never correct. Reported-by: Joe Perches <[email protected]> Fixes: 256ac0375098 ("dt-bindings: document devicetree bindings for mux-controllers and gpio-mux") Signed-off-by: Peter Rosin <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 955463f8d518..f47636fb5721 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9808,7 +9808,7 @@ M: Peter Rosin <[email protected]> S: Maintained F: Documentation/ABI/testing/sysfs-class-mux* F: Documentation/devicetree/bindings/mux/ -F: include/linux/dt-bindings/mux/ +F: include/dt-bindings/mux/ F: include/linux/mux/ F: drivers/mux/ -- 2.11.0

