diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-07-14 23:27:22 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-02 17:34:40 -0400 |
commit | c2b65e181acb9a981c890489c0f9a04d8e1b91f9 (patch) | |
tree | 872b6b74a3e83c3e3b013dc0fe0c515a8f380b71 /Documentation/PCI | |
parent | 1b8386f61241471c722fbdff48e3d1d97bfca8e6 (diff) |
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>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r-- | Documentation/PCI/MSI-HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/MSI-HOWTO.txt b/Documentation/PCI/MSI-HOWTO.txt index 3b4727825287..67ed5d89524c 100644 --- a/Documentation/PCI/MSI-HOWTO.txt +++ b/Documentation/PCI/MSI-HOWTO.txt | |||
@@ -335,7 +335,7 @@ special handling. | |||
335 | 5.3. Disabling MSIs on a single device | 335 | 5.3. Disabling MSIs on a single device |
336 | 336 | ||
337 | Some devices are known to have faulty MSI implementations. Usually this | 337 | Some devices are known to have faulty MSI implementations. Usually this |
338 | is handled in the individual device driver but occasionally it's necessary | 338 | is handled in the individual device driver, but occasionally it's necessary |
339 | to handle this with a quirk. Some drivers have an option to disable use | 339 | to handle this with a quirk. Some drivers have an option to disable use |
340 | of MSI. While this is a convenient workaround for the driver author, | 340 | of MSI. While this is a convenient workaround for the driver author, |
341 | it is not good practise, and should not be emulated. | 341 | it is not good practise, and should not be emulated. |