We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d2d67 commit 58e0116Copy full SHA for 58e0116
drivers/pci/probe.c
@@ -2956,7 +2956,7 @@ static unsigned int pci_scan_child_bus_extend(struct pci_bus *bus,
2956
/*
2957
* Make sure a hotplug bridge has at least the minimum requested
2958
* number of buses but allow it to grow up to the maximum available
2959
- * bus number of there is room.
+ * bus number if there is room.
2960
*/
2961
if (bus->self && bus->self->is_hotplug_bridge) {
2962
used_buses = max_t(unsigned int, available_buses,
0 commit comments