summaryrefslogtreecommitdiffstats
path: root/Documentation/vfio-mediated-device.txt
diff options
context:
space:
mode:
authorStan Drozd <drozdziak1@gmail.com>2017-04-21 13:07:10 +0200
committerJonathan Corbet <corbet@lwn.net>2017-04-27 15:54:39 -0600
commit1c4f128ed1cbadcfcb3c2d654b39268d592f716f (patch)
tree25b9c89d354959fe7e2ea623831bfd7da23d8f4e /Documentation/vfio-mediated-device.txt
parente884dbcb3c8cc829ca434248ea0aeb5c4198eef3 (diff)
downloadop-kernel-dev-1c4f128ed1cbadcfcb3c2d654b39268d592f716f.zip
op-kernel-dev-1c4f128ed1cbadcfcb3c2d654b39268d592f716f.tar.gz
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>
Diffstat (limited to 'Documentation/vfio-mediated-device.txt')
-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 6f994ab..e5e57b4 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
* [<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);
OpenPOWER on IntegriCloud