Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH -next] PCI: cadence: remove unneeded semicolon
@ 2025-11-20  9:35 Jiapeng Chong
  2025-11-20  9:41 ` 回复: " Hans Zhang
  0 siblings, 1 reply; 3+ messages in thread
From: Jiapeng Chong @ 2025-11-20  9:35 UTC (permalink / raw)
  To: lpieralisi
  Cc: kwilczynski, mani, robh, bhelgaas, linux-pci, linux-kernel,
	Jiapeng Chong, Abaci Robot

No functional modification involved.

./drivers/pci/controller/cadence/pcie-cadence.h:217:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=27326
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/pci/controller/cadence/pcie-cadence.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/cadence/pcie-cadence.h b/drivers/pci/controller/cadence/pcie-cadence.h
index 717921411ed9..311a13ae46e7 100644
--- a/drivers/pci/controller/cadence/pcie-cadence.h
+++ b/drivers/pci/controller/cadence/pcie-cadence.h
@@ -214,7 +214,7 @@ static inline u32 cdns_reg_bank_to_off(struct cdns_pcie *pcie, enum cdns_pcie_re
 		break;
 	default:
 		break;
-	};
+	}
 	return offset;
 }
 
-- 
2.43.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-24 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20  9:35 [PATCH -next] PCI: cadence: remove unneeded semicolon Jiapeng Chong
2025-11-20  9:41 ` 回复: " Hans Zhang
2025-11-24 18:02   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox