sfxge: cleanup: fix typo in unused EFX_QWORD_IS_SET64

Submitted by:   Richard Houldsworth <rhouldsworth at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
This commit is contained in:
arybchik 2016-01-13 07:55:47 +00:00
parent b06f43b454
commit 9ae4f80b1c

View File

@ -536,7 +536,7 @@ extern int fix_lint;
(_oword).eo_u32[3]) == ~((uint32_t)0))
#define EFX_QWORD_IS_SET64(_qword) \
(((_qword).eq_u64[0]) == ~((uint32_t)0))
(((_qword).eq_u64[0]) == ~((uint64_t)0))
#define EFX_QWORD_IS_SET32(_qword) \
(((_qword).eq_u32[0] & \