diff options
author | Randy Dunlap <[email protected]> | 2021-10-06 13:29:04 -0700 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2021-10-13 08:42:07 -0400 |
commit | 09b6addf64860bf7b0e3dddf03229c8c20eda4b5 (patch) | |
tree | 67e7292d4dba844040f79c78b719a23411020677 | |
parent | ff63198850f33eab54b2da6905380fd4d4fc0739 (diff) |
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 <[email protected]>
Cc: Xie Yongji <[email protected]>
Cc: Jason Wang <[email protected]>
Cc: Michael S. Tsirkin <[email protected]>
Cc: [email protected]
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Xie Yongji <[email protected]>
Acked-by: Jason Wang <[email protected]>
-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: |