diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-10-18 07:17:19 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-10-18 07:17:19 +0300 |
commit | 3bb50f8530c9cb5ec69c0744b7fd32d0ca404254 (patch) | |
tree | 98a84d5fc6a147fc7712bb7451c495565b1552e6 /Documentation | |
parent | be9eb2f00fa7245116d49f76614054cce8e07af8 (diff) | |
parent | bcef9356fc2e1302daf373c83c826aa27954d128 (diff) | |
download | linux-3bb50f8530c9cb5ec69c0744b7fd32d0ca404254.tar.xz |
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Pull virtio fixes from Michael Tsirkin:
"Fixes up some issues in rc5"
* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
vhost-vdpa: Fix the wrong input in config_cb
VDUSE: fix documentation underline warning
Revert "virtio-blk: Add validation for block size in config space"
vhost_vdpa: unset vq irq before freeing irq
virtio: write back F_VERSION_1 before validate
Diffstat (limited to 'Documentation')
-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: |