diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-09 22:57:27 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-09 22:57:27 -0400 |
commit | c07c372a7365c8be61e60a99860db960b4bdac95 (patch) | |
tree | 7fae4167cf769f3adf32dd29a28d7196aee9e0ad | |
parent | 192a359cb771a8d97f5d57bf2596296378a397ad (diff) |
kernel: ahci: Remove redundant newline
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/dev/ic/ahci.c | 1 |
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. |