mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 16:16:24 +07:00
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>
This commit is contained in:
parent
e884dbcb3c
commit
1c4f128ed1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user