docs: Fix a spelling error in vfio-mediated-device.txt
authorStan Drozd <drozdziak1@gmail.com>
Fri, 21 Apr 2017 11:07:10 +0000 (13:07 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 27 Apr 2017 21:54:39 +0000 (15:54 -0600)
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>
Documentation/vfio-mediated-device.txt

index 6f994ab..e5e57b4 100644 (file)
@@ -217,9 +217,9 @@ Directories and files under the sysfs for Each Physical Device
 
 * [<type-id>]
 
-  The [<type-id>] name is created by adding the the device driver string as a
-  prefix to the string provided by the vendor driver. This format of this name
-  is as follows:
+  The [<type-id>] name is created by adding the device driver string as a prefix
+  to the string provided by the vendor driver. This format of this name is as
+  follows:
 
        sprintf(buf, "%s-%s", dev_driver_string(parent->dev), group->name);