aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStan Drozd <drozdziak1@gmail.com>2017-04-21 07:07:10 -0400
committerJonathan Corbet <corbet@lwn.net>2017-04-27 17:54:39 -0400
commit1c4f128ed1cbadcfcb3c2d654b39268d592f716f (patch)
tree25b9c89d354959fe7e2ea623831bfd7da23d8f4e
parente884dbcb3c8cc829ca434248ea0aeb5c4198eef3 (diff)
docs: Fix a spelling error in vfio-mediated-device.txt
This commit fixes a repeated "the" in vfio-mediated-device.txt and reflows the paragraph. Signed-off-by: Stan Drozd <drozdziak1@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/vfio-mediated-device.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/vfio-mediated-device.txt b/Documentation/vfio-mediated-device.txt
index 6f994abd93d0..e5e57b40f8af 100644
--- a/Documentation/vfio-mediated-device.txt
+++ b/Documentation/vfio-mediated-device.txt
@@ -217,9 +217,9 @@ Directories and files under the sysfs for Each Physical Device
217 217
218* [<type-id>] 218* [<type-id>]
219 219
220 The [<type-id>] name is created by adding the the device driver string as a 220 The [<type-id>] name is created by adding the device driver string as a prefix
221 prefix to the string provided by the vendor driver. This format of this name 221 to the string provided by the vendor driver. This format of this name is as
222 is as follows: 222 follows:
223 223
224 sprintf(buf, "%s-%s", dev_driver_string(parent->dev), group->name); 224 sprintf(buf, "%s-%s", dev_driver_string(parent->dev), group->name);
225 225