mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04: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:
parent
51926d5ee0
commit
78322d63ea
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user