From fd8096343f702d614dd1d265daee564f41a3f76c Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 16 Jul 2011 23:31:04 +1000 Subject: [PATCH] fix comment layout Cc: Cc: Jesse Barnes Cc: Tiejun Chen Signed-off-by: Andrew Morton --- drivers/pci/probe.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 795c9026d55f..c04bf9fa52be 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -717,9 +717,11 @@ int __devinit pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, /* Clear errors */ pci_write_config_word(dev, PCI_STATUS, 0xffff); - /* Prevent assigning a bus number that already exists. - * This can happen when a bridge is hot-plugged, so in - * this case we only re-scan this bus. */ + /* + * Prevent assigning a bus number that already exists. This can + * happen when a bridge is hot-plugged, so in this case we only + * re-scan this bus. + */ child = pci_find_bus(pci_domain_nr(bus), max+1); if (!child) { child = pci_add_new_bus(bus, dev, ++max); -- 2.39.5