aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ic/ahci.c
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-06-02 23:32:20 -0400
committerIan Moffett <ian@osmora.org>2024-06-02 23:32:20 -0400
commit46b556a8c7fdbfaa9a11306dea197b2d7363e97c (patch)
tree0105597c5390e8230e4056b0155fea9727b247a5 /sys/dev/ic/ahci.c
parente1473a3203f66d42e368eadda0f88e24db5da05d (diff)
kernel: ahci: Add missing whitespacedev
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/ic/ahci.c')
-rw-r--r--sys/dev/ic/ahci.c1
1 files changed, 1 insertions, 0 deletions
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
*/