mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user