sabre: Rename SABRE_DEVICE to SABRE

Make the type checking macro name consistent with the TYPE_*
constant.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200902224311.1321159-49-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
Eduardo Habkost 2020-09-02 18:42:56 -04:00
parent 5182f17593
commit 5b07883c2b
3 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,7 @@ struct SabreState {
typedef struct SabreState SabreState;
#define TYPE_SABRE "sabre"
DECLARE_INSTANCE_CHECKER(SabreState, SABRE_DEVICE,
DECLARE_INSTANCE_CHECKER(SabreState, SABRE,
TYPE_SABRE)
#endif