diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-02-09 08:13:51 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2023-02-10 10:55:30 +0100 |
commit | ac56c666f80df0b1dc9c3ef53d0798b74629a116 (patch) | |
tree | 8140c1a9be2f2f6f950ff9afb7e9e30338bc97a1 /Documentation/s390/vfio-ccw.rst | |
parent | s390/ap: fix status returned by ap_qact() (diff) | |
download | linux-ac56c666f80df0b1dc9c3ef53d0798b74629a116.tar.xz linux-ac56c666f80df0b1dc9c3ef53d0798b74629a116.zip |
Documentation: s390: correct spelling
Correct spelling problems for Documentation/s390/ as reported
by codespell.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20230209071400.31476-16-rdunlap@infradead.org
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'Documentation/s390/vfio-ccw.rst')
-rw-r--r-- | Documentation/s390/vfio-ccw.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/s390/vfio-ccw.rst b/Documentation/s390/vfio-ccw.rst index a11c24701dcd..37026fa18179 100644 --- a/Documentation/s390/vfio-ccw.rst +++ b/Documentation/s390/vfio-ccw.rst @@ -176,7 +176,7 @@ The process of how these work together. Use the 'mdev_create' sysfs file, we need to manually create one (and only one for our case) mediated device. 3. vfio_mdev.ko drives the mediated ccw device. - vfio_mdev is also the vfio device drvier. It will probe the mdev and + vfio_mdev is also the vfio device driver. It will probe the mdev and add it to an iommu_group and a vfio_group. Then we could pass through the mdev to a guest. |