From c07c372a7365c8be61e60a99860db960b4bdac95 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 9 May 2025 22:57:27 -0400 Subject: kernel: ahci: Remove redundant newline Signed-off-by: Ian Moffett --- sys/dev/ic/ahci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ic/ahci.c') 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. -- cgit v1.2.3