Skip to content

Commit 67544a6

Browse files
liambeguinnashif
authored andcommitted
spi: shell: add missing newline character
Add missing newline in help string. Signed-off-by: Liam Beguin <[email protected]>
1 parent 60911a6 commit 67544a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi_shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_spi_cmds,
139139
SHELL_CMD_ARG(conf, &dsub_device_name,
140140
"Configure SPI\n"
141141
"Usage: spi conf <device> <frequency> [<settings>]\n"
142-
"<settings> - any sequence of letters:"
142+
"<settings> - any sequence of letters:\n"
143143
"o - SPI_MODE_CPOL\n"
144144
"h - SPI_MODE_CPHA\n"
145145
"l - SPI_TRANSFER_LSB\n"

0 commit comments

Comments
 (0)