[PATCH] pci: bus.c: Fixed warning related to comments

mohitpawar@mitaoe.ac.in posted 1 patch 1 year, 6 months ago
drivers/pci/bus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] pci: bus.c: Fixed warning related to comments
Posted by mohitpawar@mitaoe.ac.in 1 year, 6 months ago
From: Mohit0404 <mohitpawar@mitaoe.ac.in>

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