[PATCH] pci: bus.c: Fixed warning related to comments
From: mohitpawar
Date: Sat Jul 13 2024 - 13:23:03 EST
From: Mohit0404 <mohitpawar@xxxxxxxxxxxx>
Fixed multi-line comment style warnings
---
drivers/pci/bus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/pci/bus.c b/drivers/pci/bus.c
index 826b5016a101..ef1f2a4c09d8 100644
--- a/drivers/pci/bus.c
+++ b/drivers/pci/bus.c
@@ -200,7 +200,8 @@ static int pci_bus_alloc_from_region(struct pci_bus *bus, struct resource *res,
continue;
/* We cannot allocate a non-prefetching resource
- from a pre-fetching area */
+ * from a pre-fetching area
+ */
if ((r->flags & IORESOURCE_PREFETCH) &&
!(res->flags & IORESOURCE_PREFETCH))
continue;
--
2.34.1