Skip to content

Commit 725e9d8

Browse files
btw616jmberg-intel
authored andcommitted
um: Fix help message for ssl-non-raw
Add the missing option name in the help message. Additionally, switch to __uml_help(), because this is a global option rather than a per-channel option. Signed-off-by: Tiwei Bie <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 2cc62ed commit 725e9d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/um/drivers/ssl.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,7 @@ static int ssl_non_raw_setup(char *str)
199199
return 1;
200200
}
201201
__setup("ssl-non-raw", ssl_non_raw_setup);
202-
__channel_help(ssl_non_raw_setup, "set serial lines to non-raw mode");
202+
__uml_help(ssl_non_raw_setup,
203+
"ssl-non-raw\n"
204+
" Set serial lines to non-raw mode.\n\n"
205+
);

0 commit comments

Comments
 (0)