Skip to content

Commit ff30283

Browse files
rddunlapgregkh
authored andcommitted
serial: fix kernel-doc warning in comments
Fix Sphinx warning in serial_core.c: ../drivers/tty/serial/serial_core.c:1969: WARNING: Definition list ends without a blank line; unexpected unindent. Fixes: 73abaf8 ("serial: earlycon: Refactor parse_options into serial core") Signed-off-by: Randy Dunlap <[email protected]> Cc: Peter Hurley <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fc64f7a commit ff30283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/tty/serial/serial_core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,8 +1964,10 @@ uart_get_console(struct uart_port *ports, int nr, struct console *co)
19641964
* console=<name>,io|mmio|mmio16|mmio32|mmio32be|mmio32native,<addr>,<options>
19651965
*
19661966
* The optional form
1967+
*
19671968
* earlycon=<name>,0x<addr>,<options>
19681969
* console=<name>,0x<addr>,<options>
1970+
*
19691971
* is also accepted; the returned @iotype will be UPIO_MEM.
19701972
*
19711973
* Returns 0 on success or -EINVAL on failure

0 commit comments

Comments
 (0)