summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ic/ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ic/ahci.c b/sys/dev/ic/ahci.c
index f1603c0..f8996fa 100644
--- a/sys/dev/ic/ahci.c
+++ b/sys/dev/ic/ahci.c
@@ -236,7 +236,7 @@ ahci_hba_init(struct ahci_hba *hba)
*/
pi = mmio_read32(&abar->pi);
hba->nports = popcnt(pi);
- pr_trace("hba implements %d ports\n", hba->nports);
+ pr_trace("hba implements %d port(s)\n", hba->nports);
if ((error = ahci_hba_scan(hba)) != 0) {
return error;