[PATCH 1/1] lib: utils/serial: typo Recieve

Anup Patel anup at brainfault.org
Mon Nov 10 00:19:09 PST 2025


On Wed, Nov 5, 2025 at 6:46 AM Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> %s/Recieve/Receive/
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

LGTM.

Reviewed-by: Anup Patel <anup at brainfault.org>

Applied this patch to the riscv/opensbi repo.

Thanks,
Anup


> ---
>  lib/utils/serial/uart8250.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/utils/serial/uart8250.c b/lib/utils/serial/uart8250.c
> index 17374082..bb209c9a 100644
> --- a/lib/utils/serial/uart8250.c
> +++ b/lib/utils/serial/uart8250.c
> @@ -15,7 +15,7 @@
>
>  /* clang-format off */
>
> -#define UART_RBR_OFFSET                0       /* In:  Recieve Buffer Register */
> +#define UART_RBR_OFFSET                0       /* In:  Receive Buffer Register */
>  #define UART_THR_OFFSET                0       /* Out: Transmitter Holding Register */
>  #define UART_DLL_OFFSET                0       /* Out: Divisor Latch Low */
>  #define UART_IER_OFFSET                1       /* I/O: Interrupt Enable Register */
> --
> 2.51.0
>



More information about the opensbi mailing list