Re: [PATCH] KVM: x86/mmu: fix comparison of u8 with -1

From: linmiaohe
Date: Tue Nov 26 2019 - 21:21:38 EST



> The comparison of the u8 value __entry->u with -1 is always going to be false because
> a __entry-u can never be negative.

s/__entry-u/__entry->u/

Thanks.