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 48a65c3a4189..11cc90d7fb85 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9864,7 +9864,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

