Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e853534e authored by Horst Schirmeier's avatar Horst Schirmeier Committed by Russell King
Browse files

[SERIAL] typo: buad -> baud



Replacing mistyped "buad" with "baud" where applicable.

Signed-off-by: default avatarHorst Schirmeier <horst@schirmeier.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 672c6108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
        /* disable interrupts */
        UART16550_WRITE(OFS_INTR_ENABLE, 0);

        /* set up buad rate */
        /* set up baud rate */
        {
                uint32 divisor;

+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
        /* disable interrupts */
        UART16550_WRITE(OFS_INTR_ENABLE, 0);

        /* set up buad rate */
        /* set up baud rate */
        {
                uint32 divisor;

+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ void serial_set(int channel, unsigned long baud)
#else
	/*
	 * Note: Set baud rate, hardcoded here for rate of 115200
	 * since became unsure of above "buad rate" algorithm (??).
	 * since became unsure of above "baud rate" algorithm (??).
	 */
	outreg(channel, LCR, 0x83);
	outreg(channel, DLM, 0x00);	// See note above
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
	/* disable interrupts */
	UART16550_WRITE(OFS_INTR_ENABLE, 0);

	/* set up buad rate */
	/* set up baud rate */
	{
		uint32 divisor;

+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
	/* disable interrupts */
	UART16550_WRITE(OFS_INTR_ENABLE, 0);

	/* set up buad rate */
	/* set up baud rate */
	{
		uint32 divisor;

Loading