Skip to content

Commit 476c135

Browse files
paravmellanoxmstsirkin
authored andcommitted
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]>
1 parent be61863 commit 476c135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/vdpa.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ struct vdpa_vq_state {
4242
* @config: the configuration ops for this device.
4343
* @index: device index
4444
* @features_valid: were features initialized? for legacy guests
45+
* @nvqs: maximum number of supported virtqueues
4546
*/
4647
struct vdpa_device {
4748
struct device dev;

0 commit comments

Comments
 (0)