diff options
author | Tiwei Bie <tiwei.btw@antgroup.com> | 2025-08-27 08:56:57 +0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-09-10 14:23:37 +0200 |
commit | 26577cfbe1d6b4b98af916f342f44fd25d13af23 (patch) | |
tree | 236ccebb153bf8553893603b42b461eb3a05cb42 /arch/um/kernel/dtb.c | |
parent | a0830785e89da3019a815b51b2073d00bf06e8c1 (diff) |
um: Add missing trailing newline to help messages
Some help messages are missing a trailing newline. They should
end with two newlines, but only one is present. Add the missing
newline to make the --help output more readable.
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'arch/um/kernel/dtb.c')
-rw-r--r-- | arch/um/kernel/dtb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/dtb.c b/arch/um/kernel/dtb.c index 15c342426489..47cd3d869fb2 100644 --- a/arch/um/kernel/dtb.c +++ b/arch/um/kernel/dtb.c @@ -38,5 +38,5 @@ static int __init uml_dtb_setup(char *line, int *add) __uml_setup("dtb=", uml_dtb_setup, "dtb=<file>\n" -" Boot the kernel with the devicetree blob from the specified file.\n" +" Boot the kernel with the devicetree blob from the specified file.\n\n" ); |