Commit 1c4f128e authored by Stan Drozd's avatar Stan Drozd Committed by Jonathan Corbet

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: default avatarStan Drozd <drozdziak1@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent e884dbcb
...@@ -217,9 +217,9 @@ Directories and files under the sysfs for Each Physical Device ...@@ -217,9 +217,9 @@ Directories and files under the sysfs for Each Physical Device
* [<type-id>] * [<type-id>]
The [<type-id>] name is created by adding the the device driver string as a The [<type-id>] name is created by adding the device driver string as a prefix
prefix to the string provided by the vendor driver. This format of this name to the string provided by the vendor driver. This format of this name is as
is as follows: follows:
sprintf(buf, "%s-%s", dev_driver_string(parent->dev), group->name); sprintf(buf, "%s-%s", dev_driver_string(parent->dev), group->name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment