Skip to content

Commit

Permalink
xen: Rename XENBACKEND_DEVICE to XENBACKEND
Browse files Browse the repository at this point in the history
Make the type checking macro name consistent with the TYPE_*
constant.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Message-Id: <20200902224311.1321159-58-ehabkost@redhat.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
  • Loading branch information
ehabkost authored and anthonyper-ctx committed Oct 19, 2020
1 parent 5b6a8f4 commit 2211118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hw/xen/xen-legacy-backend.h
Expand Up @@ -11,7 +11,7 @@
#define TYPE_XENBACKEND "xen-backend"

typedef struct XenLegacyDevice XenLegacyDevice;
DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND_DEVICE,
DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND,
TYPE_XENBACKEND)

/* variables */
Expand Down

0 comments on commit 2211118

Please sign in to comment.