From: Stan Drozd Date: Fri, 21 Apr 2017 11:07:10 +0000 (+0200) Subject: docs: Fix a spelling error in vfio-mediated-device.txt X-Git-Tag: v4.12-rc1~137^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c4f128ed1cbadcfcb3c2d654b39268d592f716f;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Jonathan Corbet --- 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 * [] - The [] 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 [] 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);