diff options
author | Ian Moffett <ian@osmora.org> | 2024-06-02 23:32:20 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-06-02 23:32:20 -0400 |
commit | 46b556a8c7fdbfaa9a11306dea197b2d7363e97c (patch) | |
tree | 0105597c5390e8230e4056b0155fea9727b247a5 | |
parent | e1473a3203f66d42e368eadda0f88e24db5da05d (diff) |
kernel: ahci: Add missing whitespacedev
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/dev/ic/ahci.c | 1 |
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 */ |