summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-09 22:57:27 -0400
committerIan Moffett <ian@osmora.org>2025-05-09 22:57:27 -0400
commitc07c372a7365c8be61e60a99860db960b4bdac95 (patch)
tree7fae4167cf769f3adf32dd29a28d7196aee9e0ad
parent192a359cb771a8d97f5d57bf2596296378a397ad (diff)
kernel: ahci: Remove redundant newline
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--sys/dev/ic/ahci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c
index 7a7480d..37b35ec 100644
--- a/sys/dev/ic/ahci.c
+++ b/sys/dev/ic/ahci.c
@@ -190,7 +190,6 @@ ahci_dump_identity(struct ata_identity *identity)
pr_trace("model number: %s\n", model_number);
}
-
/*
* Stop an HBA port's command list and FIS
* engine.