vhost: fix indentation in vhost_user.h
Change-Id: Ib77a219e02a5cde69293eb1f7002507cf4930ae3
Fixes: 90c0e24410
("vhost_user_nvme: add vhost user nvme target to SPDK")
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/407193
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
af9c9a415a
commit
7bdd103b3d
@ -130,9 +130,9 @@ enum VhostUserNvmeQueueTypes {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef struct VhostUserNvmeIO {
|
typedef struct VhostUserNvmeIO {
|
||||||
enum VhostUserNvmeQueueTypes queue_type;
|
enum VhostUserNvmeQueueTypes queue_type;
|
||||||
uint32_t qid;
|
uint32_t qid;
|
||||||
uint32_t tail_head;
|
uint32_t tail_head;
|
||||||
} VhostUserNvmeIO;
|
} VhostUserNvmeIO;
|
||||||
|
|
||||||
typedef struct VhostUserMsg {
|
typedef struct VhostUserMsg {
|
||||||
|
Loading…
Reference in New Issue
Block a user