mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
tty: serial: uartlite: Document uartlite_data in kernel-doc style
Use @ and - to conform with kernel-doc style. Reported-by: kernel test robot <yujie.liu@intel.com> Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> Link: https://lore.kernel.org/r/20231106152428.3641883-1-sean.anderson@seco.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
50d371a9c5
commit
dd6ffc9c57
|
|
@ -62,11 +62,11 @@ static struct uart_port *console_port;
|
|||
#endif
|
||||
|
||||
/**
|
||||
* struct uartlite_data: Driver private data
|
||||
* reg_ops: Functions to read/write registers
|
||||
* clk: Our parent clock, if present
|
||||
* baud: The baud rate configured when this device was synthesized
|
||||
* cflags: The cflags for parity and data bits
|
||||
* struct uartlite_data - Driver private data
|
||||
* @reg_ops: Functions to read/write registers
|
||||
* @clk: Our parent clock, if present
|
||||
* @baud: The baud rate configured when this device was synthesized
|
||||
* @cflags: The cflags for parity and data bits
|
||||
*/
|
||||
struct uartlite_data {
|
||||
const struct uartlite_reg_ops *reg_ops;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user