Message ID | 20230127125511.110394-11-tjaalton@ubuntu.com |
---|---|
State | New |
Headers | show |
Series | Rest of the bugfixes from oem-5.17 | expand |
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 3e9914ed4429..a24fa2996da4 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -2953,7 +2953,7 @@ static unsigned int pci_scan_child_bus_extend(struct pci_bus *bus, /* * Make sure a hotplug bridge has at least the minimum requested * number of buses but allow it to grow up to the maximum available - * bus number of there is room. + * bus number if there is room. */ if (bus->self && bus->self->is_hotplug_bridge) { used_buses = max_t(unsigned int, available_buses,