MAINTAINERS: fix style in RESET CONTROLLER FRAMEWORK
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 16 Jan 2020 18:48:36 +0000 (19:48 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 10 Feb 2020 10:11:55 +0000 (11:11 +0100)
Commit 37859277374d ("MAINTAINERS: add reset controller framework
keywords") slips in some formatting with spaces instead of tabs, which
./scripts/checkpatch.pl -f MAINTAINERS complains about:

  WARNING: MAINTAINERS entries use one tab after TYPE:
  #14047: FILE: MAINTAINERS:14047:
  +K:      \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b

Fixes: 37859277374d ("MAINTAINERS: add reset controller framework keywords")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
MAINTAINERS

index 38fe2f3f7b6f290e67168db75a1881cfbcc5be8b..81ebfc86f10d32215bd962e92efdd2138756a1ef 100644 (file)
@@ -14228,7 +14228,7 @@ F:      include/dt-bindings/reset/
 F:     include/linux/reset.h
 F:     include/linux/reset/
 F:     include/linux/reset-controller.h
-K:      \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
+K:     \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
 
 RESTARTABLE SEQUENCES SUPPORT
 M:     Mathieu Desnoyers <mathieu.desnoyers@efficios.com>