mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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 <tiwei.btw@antgroup.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
26577cfbe1
commit
2cc62ed234
|
|
@ -1721,7 +1721,7 @@ static int __init vector_setup(char *str)
|
|||
__setup("vec", vector_setup);
|
||||
__uml_help(vector_setup,
|
||||
"vec[0-9]+:<option>=<value>,<option>=<value>\n"
|
||||
" Configure a vector io network device.\n\n"
|
||||
" Configure a vector io network device.\n\n"
|
||||
);
|
||||
|
||||
late_initcall(vector_init);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user