Skip to content

Commit 2cc62ed

Browse files
btw616jmberg-intel
authored andcommitted
um: vector: Fix indentation for help message
For consistency with other help messages, use four spaces for indentation instead of a tab plus a space. Signed-off-by: Tiwei Bie <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 26577cf commit 2cc62ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/drivers/vector_kern.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ static int __init vector_setup(char *str)
17211721
__setup("vec", vector_setup);
17221722
__uml_help(vector_setup,
17231723
"vec[0-9]+:<option>=<value>,<option>=<value>\n"
1724-
" Configure a vector io network device.\n\n"
1724+
" Configure a vector io network device.\n\n"
17251725
);
17261726

17271727
late_initcall(vector_init);

0 commit comments

Comments
 (0)