Various tiny cosmetic fixes (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@192 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-05 21:34:08 +00:00
commit 022cd22f5d
6 changed files with 18 additions and 19 deletions

View file

@ -27,7 +27,7 @@
#endif
#if ((115200%TTYSx_BAUD) != 0)
#error Bad ttys0 baud rate
#error Bad ttyS0 baud rate
#endif
#define TTYSx_DIV (115200/TTYSx_BAUD)