diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-01-16 19:48:36 +0100 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2020-02-10 11:11:55 +0100 |
commit | 71483532a3e8ec1dffbfd9183a20320f59c4ed03 (patch) | |
tree | e2b7e198d3d924780455c86f048be931cf657673 | |
parent | dt-bindings: reset: intel,rcu-gw: Fix intel,global-reset schema (diff) | |
download | linux-71483532a3e8ec1dffbfd9183a20320f59c4ed03.tar.xz linux-71483532a3e8ec1dffbfd9183a20320f59c4ed03.zip |
MAINTAINERS: fix style in RESET CONTROLLER FRAMEWORK
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>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38fe2f3f7b6f..81ebfc86f10d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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> |