aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorParav Pandit <[email protected]>2020-11-12 08:39:59 +0200
committerMichael S. Tsirkin <[email protected]>2020-12-18 16:14:31 -0500
commit476c135e321716ad7a8a5d4a19a636e2dcc50526 (patch)
tree31f8171d4a86d585454be6d398c9181ea1ab8ad4 /include/linux
parentbe618636de4186521ffba2cbe5105e9c3481b9cb (diff)
vdpa: Add missing comment for virtqueue count
Add missing comment for number of virtqueue. Signed-off-by: Parav Pandit <[email protected]> Reviewed-by: Eli Cohen <[email protected]> Acked-by: Jason Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/vdpa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vdpa.h b/include/linux/vdpa.h
index 30bc7a7223bb..0fefeb976877 100644
--- a/include/linux/vdpa.h
+++ b/include/linux/vdpa.h
@@ -42,6 +42,7 @@ struct vdpa_vq_state {
* @config: the configuration ops for this device.
* @index: device index
* @features_valid: were features initialized? for legacy guests
+ * @nvqs: maximum number of supported virtqueues
*/
struct vdpa_device {
struct device dev;