diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-10-06 13:29:04 -0700 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-10-13 08:42:07 -0400 |
commit | 09b6addf64860bf7b0e3dddf03229c8c20eda4b5 (patch) | |
tree | 67e7292d4dba844040f79c78b719a23411020677 /Documentation/userspace-api/vduse.rst | |
parent | ff63198850f33eab54b2da6905380fd4d4fc0739 (diff) | |
download | linux-09b6addf64860bf7b0e3dddf03229c8c20eda4b5.tar.gz linux-09b6addf64860bf7b0e3dddf03229c8c20eda4b5.tar.bz2 linux-09b6addf64860bf7b0e3dddf03229c8c20eda4b5.zip |
VDUSE: fix documentation underline warning
Fix a VDUSE documentation build warning:
Documentation/userspace-api/vduse.rst:21: WARNING: Title underline too short.
Fixes: 7bc7f61897b6 ("Documentation: Add documentation for VDUSE")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Xie Yongji <xieyongji@bytedance.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: virtualization@lists.linux-foundation.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20211006202904.30241-1-rdunlap@infradead.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Xie Yongji <xieyongji@bytedance.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'Documentation/userspace-api/vduse.rst')
-rw-r--r-- | Documentation/userspace-api/vduse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/userspace-api/vduse.rst b/Documentation/userspace-api/vduse.rst index 42ef59ea5314..bdb880e01132 100644 --- a/Documentation/userspace-api/vduse.rst +++ b/Documentation/userspace-api/vduse.rst @@ -18,7 +18,7 @@ types can be added after the security issue of corresponding device driver is clarified or fixed in the future. Create/Destroy VDUSE devices ------------------------- +---------------------------- VDUSE devices are created as follows: |