Message ID | 20131105223135.GA10523@desktop.fbx.proxad.net (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Tue, Nov 05, 2013 at 11:31:35PM +0100, Marta Rybczynska wrote: > Signed-off-by: Marta Rybczynska <rybczynska@gmail.com> > --- > drivers/pci/pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c > index bdd64b1..fb5090d 100644 > --- a/drivers/pci/pci.c > +++ b/drivers/pci/pci.c > @@ -3339,7 +3339,7 @@ void pci_reset_bridge_secondary_bus(struct pci_dev *dev) > pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); > /* > * PCI spec v3.0 7.6.4.2 requires minimum Trst of 1ms. Double > - * this to 2ms to ensure that we meet the minium requirement. > + * this to 2ms to ensure that we meet the minimum requirement. > */ > msleep(2); > Thanks, I folded this into a large whitespace and spelling correction patch I'm holding for the v3.13 merge window. Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index bdd64b1..fb5090d 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -3339,7 +3339,7 @@ void pci_reset_bridge_secondary_bus(struct pci_dev *dev) pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); /* * PCI spec v3.0 7.6.4.2 requires minimum Trst of 1ms. Double - * this to 2ms to ensure that we meet the minium requirement. + * this to 2ms to ensure that we meet the minimum requirement. */ msleep(2);
Signed-off-by: Marta Rybczynska <rybczynska@gmail.com> --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)