Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tiwei Bie and committed by
Johannes Berg
2cc62ed2 26577cfb

+1 -1
+1 -1
arch/um/drivers/vector_kern.c
··· 1721 1721 __setup("vec", vector_setup); 1722 1722 __uml_help(vector_setup, 1723 1723 "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" 1725 1725 ); 1726 1726 1727 1727 late_initcall(vector_init);