mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-11-22 19:01:33 +00:00
lib: utils/serial: typo Recieve
%s/Recieve/Receive/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20251105011648.9413-1-heinrich.schuchardt@canonical.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
committed by
Anup Patel
parent
2e9dc3b430
commit
976a6a8612
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
/* clang-format off */
|
/* 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_THR_OFFSET 0 /* Out: Transmitter Holding Register */
|
||||||
#define UART_DLL_OFFSET 0 /* Out: Divisor Latch Low */
|
#define UART_DLL_OFFSET 0 /* Out: Divisor Latch Low */
|
||||||
#define UART_IER_OFFSET 1 /* I/O: Interrupt Enable Register */
|
#define UART_IER_OFFSET 1 /* I/O: Interrupt Enable Register */
|
||||||
|
|||||||
Reference in New Issue
Block a user