Skip to content

Commit 7148353

Browse files
bulwahnpH5
authored andcommitted
MAINTAINERS: fix style in RESET CONTROLLER FRAMEWORK
Commit 3785927 ("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: 3785927 ("MAINTAINERS: add reset controller framework keywords") Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
1 parent 68131a0 commit 7148353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14228,7 +14228,7 @@ F: include/dt-bindings/reset/
1422814228
F: include/linux/reset.h
1422914229
F: include/linux/reset/
1423014230
F: include/linux/reset-controller.h
14231-
K: \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
14231+
K: \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
1423214232

1423314233
RESTARTABLE SEQUENCES SUPPORT
1423414234
M: Mathieu Desnoyers <[email protected]>

0 commit comments

Comments
 (0)