serial: 8250_exar: Describe all members in struct exar8250_board
Describe all memebers in struct exar8250_board, otherwise we get a warning: drivers/tty/serial/8250/8250_exar.c:122: warning: Function parameter or member 'has_slave' not described in 'exar8250_board' drivers/tty/serial/8250/8250_exar.c:122: warning: Function parameter or member 'setup' not described in 'exar8250_board' drivers/tty/serial/8250/8250_exar.c:122: warning: Function parameter or member 'exit' not described in 'exar8250_board' No functional change intended. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
328c11f24b
commit
26f22d5748
|
@ -109,6 +109,8 @@ struct exar8250_platform {
|
||||||
* struct exar8250_board - board information
|
* struct exar8250_board - board information
|
||||||
* @num_ports: number of serial ports
|
* @num_ports: number of serial ports
|
||||||
* @reg_shift: describes UART register mapping in PCI memory
|
* @reg_shift: describes UART register mapping in PCI memory
|
||||||
|
* @setup: quirk run at ->probe() stage
|
||||||
|
* @exit: quirk run at ->remove() stage
|
||||||
*/
|
*/
|
||||||
struct exar8250_board {
|
struct exar8250_board {
|
||||||
unsigned int num_ports;
|
unsigned int num_ports;
|
||||||
|
|
Loading…
Reference in New Issue