Browse Source

Docs: MSI-HOWTO: Insert a comma

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Acked-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Michael Witten 14 years ago
parent
commit
c2b65e181a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/PCI/MSI-HOWTO.txt

+ 1 - 1
Documentation/PCI/MSI-HOWTO.txt

@@ -335,7 +335,7 @@ special handling.
 5.3. Disabling MSIs on a single device
 
 Some devices are known to have faulty MSI implementations.  Usually this
-is handled in the individual device driver but occasionally it's necessary
+is handled in the individual device driver, but occasionally it's necessary
 to handle this with a quirk.  Some drivers have an option to disable use
 of MSI.  While this is a convenient workaround for the driver author,
 it is not good practise, and should not be emulated.