diff options
author | Stan Drozd | 2017-04-21 13:07:10 +0200 |
---|---|---|
committer | Jonathan Corbet | 2017-04-27 23:54:39 +0200 |
commit | 1c4f128ed1cbadcfcb3c2d654b39268d592f716f (patch) | |
tree | 25b9c89d354959fe7e2ea623831bfd7da23d8f4e /Documentation/vfio-mediated-device.txt | |
parent | docs: Fix a spelling error in ioctl-number.txt (diff) | |
download | kernel-qcow2-linux-1c4f128ed1cbadcfcb3c2d654b39268d592f716f.tar.gz kernel-qcow2-linux-1c4f128ed1cbadcfcb3c2d654b39268d592f716f.tar.xz kernel-qcow2-linux-1c4f128ed1cbadcfcb3c2d654b39268d592f716f.zip |
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.txt | 6 |
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 * [<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); |