diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-14 23:58:26 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-15 01:11:00 -0500 |
commit | b47ff3544212f5d0d9f08ed4592c19df27883491 (patch) | |
tree | a6ac34d68c01d6d1517495d80afb8f7f5d680010 /sys/arch/amd64 | |
parent | 187f684a91e9ad91d8b29a3405a7968be326bb2e (diff) |
kernel/amd64: uart: Fix newline errors
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/uart.c b/sys/arch/amd64/amd64/uart.c index 3629425..2d9962e 100644 --- a/sys/arch/amd64/amd64/uart.c +++ b/sys/arch/amd64/amd64/uart.c @@ -115,4 +115,4 @@ uart_init(void) outb(UART_REG_MCR, UART_MCR_DTR); return 0; } -
\ No newline at end of file + |