]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
um: vector: Fix indentation for help message
authorTiwei Bie <tiwei.btw@antgroup.com>
Wed, 27 Aug 2025 00:56:58 +0000 (08:56 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Sep 2025 12:23:41 +0000 (14:23 +0200)
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>
arch/um/drivers/vector_kern.c

index 9bbbddfe866b21d5396ee4417cea036f788330e9..25d9258fa5926e6ce0bc990e293d99aed0ed04b2 100644 (file)
@@ -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);