From 46b556a8c7fdbfaa9a11306dea197b2d7363e97c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 2 Jun 2024 23:32:20 -0400 Subject: kernel: ahci: Add missing whitespace Signed-off-by: Ian Moffett --- sys/dev/ic/ahci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c index a0c8c52..3ff13cf 100644 --- a/sys/dev/ic/ahci.c +++ b/sys/dev/ic/ahci.c @@ -697,6 +697,7 @@ ahci_init_ports(struct ahci_hba *hba) return 0; } + /* * Sets up the HBA */ -- cgit v1.2.3