linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marta Rybczynska <rybczynska@gmail.com>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org, Jiri Kosina <trivial@kernel.org>
Subject: [PATCH] drivers/pci/pci.c: fix comment typo
Date: Tue, 5 Nov 2013 23:31:35 +0100	[thread overview]
Message-ID: <20131105223135.GA10523@desktop.fbx.proxad.net> (raw)

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


             reply	other threads:[~2013-11-05 22:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-05 22:31 Marta Rybczynska [this message]
2013-11-05 23:33 ` [PATCH] drivers/pci/pci.c: fix comment typo Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131105223135.GA10523@desktop.fbx.proxad.net \
    --to=rybczynska@gmail.com \
    --cc=bhelgaas@google.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).