diff mbox

drivers/pci/pci.c: fix comment typo

Message ID 20131105223135.GA10523@desktop.fbx.proxad.net (mailing list archive)
State New, archived
Delegated to: Bjorn Helgaas
Headers show

Commit Message

Marta Rybczynska Nov. 5, 2013, 10:31 p.m. UTC
Signed-off-by: Marta Rybczynska <rybczynska@gmail.com>
---
 drivers/pci/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bjorn Helgaas Nov. 5, 2013, 11:33 p.m. UTC | #1
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 mbox

Patch

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);