Skip to content

Commit 48d414a

Browse files
l1kgregkh
authored andcommitted
serial: 8250_bcm2835aux: Document struct bcm2835aux_data
Document the driver private data of the BCM2835 auxiliary UART so that upcoming commits may add further members with proper kerneldoc. Signed-off-by: Lukas Wunner <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Reviewed-by: Nicolas Saenz Julienne <[email protected]> Tested-by: Nicolas Saenz Julienne <[email protected]> Link: https://lore.kernel.org/r/aea363c27fd541dba96d2ebfeee4f596c6d34932.1579175223.git.lukas@wunner.de Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 644d776 commit 48d414a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/tty/serial/8250/8250_bcm2835aux.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
#include "8250.h"
1818

19+
/**
20+
* struct bcm2835aux_data - driver private data of BCM2835 auxiliary UART
21+
* @clk: clock producer of the port's uartclk
22+
* @line: index of the port's serial8250_ports[] entry
23+
*/
1924
struct bcm2835aux_data {
2025
struct clk *clk;
2126
int line;

0 commit comments

Comments
 (0)