Skip to content

Commit

Permalink
serial: core: Fix kernel doc for uart_console_write()
Browse files Browse the repository at this point in the history
'/**' is required to start a kernel-doc comment block.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Peter Hurley authored and Greg Kroah-Hartman committed Mar 26, 2015
1 parent c7cef0a commit 1cfe42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ static const struct file_operations uart_proc_fops = {
#endif

#if defined(CONFIG_SERIAL_CORE_CONSOLE) || defined(CONFIG_CONSOLE_POLL)
/*
/**
* uart_console_write - write a console message to a serial port
* @port: the port to write the message
* @s: array of characters
Expand Down

0 comments on commit 1cfe42b

Please sign in to comment.