From e8414b96ba94dbc761ee97d7a67b7a28cfc3a8af Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 26 Aug 2025 18:54:31 +0000 Subject: kernel: style: Clean up and remove extra newlines Signed-off-by: Ian Moffett --- sys/arch/amd64/amd64/ipi.c | 1 - sys/arch/amd64/amd64/uart.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/ipi.c b/sys/arch/amd64/amd64/ipi.c index bf263d3..b44a9ac 100644 --- a/sys/arch/amd64/amd64/ipi.c +++ b/sys/arch/amd64/amd64/ipi.c @@ -162,7 +162,6 @@ md_ipi_send(struct cpu_info *ci, ipi_pend_t ipi) return 0; } - /* * IPI allocation interface with * locking. diff --git a/sys/arch/amd64/amd64/uart.c b/sys/arch/amd64/amd64/uart.c index 429aa57..ea88d3c 100644 --- a/sys/arch/amd64/amd64/uart.c +++ b/sys/arch/amd64/amd64/uart.c @@ -115,4 +115,3 @@ uart_init(void) outb(UART_REG_MCR, UART_MCR_DTR); return 0; } - -- cgit v1.2.3