Skip to content

Commit

Permalink
vdpa: Add missing comment for virtqueue count
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
paravmellanox authored and mstsirkin committed Dec 18, 2020
1 parent be61863 commit 476c135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/vdpa.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 476c135

Please sign in to comment.