[NETKVM] Import NetKVM network adapter driver by Red Hat

CORE-15841
This commit is contained in:
Nguyen Trung Khanh 2020-03-05 10:58:56 +07:00 committed by Victor Perevertkin
parent 52fb8c1a8d
commit 4c37757e81
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
42 changed files with 13796 additions and 4 deletions

View file

@ -1464,7 +1464,7 @@ KeFlushWriteBuffer(VOID);
* IN PKBUGCHECK_CALLBACK_RECORD CallbackRecord)
*/
#define KeInitializeCallbackRecord(CallbackRecord) \
CallbackRecord->State = BufferEmpty;
(CallbackRecord)->State = BufferEmpty;
#if defined(_PREFAST_)