mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
serial: Coding style cleanup of struct serial_device
Do a simple cleanup of the struct serial_device and align it with current coding style. Checkpatch now reports no errors. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -17,7 +17,6 @@ struct serial_device {
|
|||||||
#if CONFIG_POST & CONFIG_SYS_POST_UART
|
#if CONFIG_POST & CONFIG_SYS_POST_UART
|
||||||
void (*loop)(int);
|
void (*loop)(int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct serial_device *next;
|
struct serial_device *next;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user