* [PATCH] drivers/pci/pci.c: fix comment typo
@ 2013-11-05 22:31 Marta Rybczynska
2013-11-05 23:33 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Marta Rybczynska @ 2013-11-05 22:31 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: linux-pci, Jiri Kosina
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);
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers/pci/pci.c: fix comment typo
2013-11-05 22:31 [PATCH] drivers/pci/pci.c: fix comment typo Marta Rybczynska
@ 2013-11-05 23:33 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2013-11-05 23:33 UTC (permalink / raw)
To: Marta Rybczynska; +Cc: linux-pci, Jiri Kosina
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-05 23:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05 22:31 [PATCH] drivers/pci/pci.c: fix comment typo Marta Rybczynska
2013-11-05 23:33 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).