diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-05 02:16:48 +0100 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-11-10 13:43:27 +0530 |
| commit | 976a6a86124d5d281217444f39ef46dced5b6c47 (patch) | |
| tree | 943b26556514faf47b468e5d814213e7669abeca | |
| parent | 2e9dc3b430eed4bc7077b4452b603f2e7b33553d (diff) | |
lib: utils/serial: typo Recieve
%s/Recieve/Receive/
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Anup Patel <[email protected]>
| -rw-r--r-- | lib/utils/serial/uart8250.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
