Fix insane coding style
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
cdf0d0bf9a
commit
9bf25d873b
4
wintun.c
4
wintun.c
@ -304,8 +304,8 @@ TunSendNetBufferLists(
|
|||||||
if (Status = NDIS_STATUS_BUFFER_OVERFLOW, RingSpace < RequiredRingSpace)
|
if (Status = NDIS_STATUS_BUFFER_OVERFLOW, RingSpace < RequiredRingSpace)
|
||||||
goto cleanupKeReleaseInStackQueuedSpinLock;
|
goto cleanupKeReleaseInStackQueuedSpinLock;
|
||||||
|
|
||||||
TunNblSetTailAndMarkActive(
|
Ctx->Device.Send.RingTail = TUN_RING_WRAP(RingTail + RequiredRingSpace, RingCapacity);
|
||||||
Nbl, Ctx->Device.Send.RingTail = TUN_RING_WRAP(RingTail + RequiredRingSpace, RingCapacity));
|
TunNblSetTailAndMarkActive(Nbl, Ctx->Device.Send.RingTail);
|
||||||
*(Ctx->Device.Send.ActiveNbls.Head ? &NET_BUFFER_LIST_NEXT_NBL(Ctx->Device.Send.ActiveNbls.Tail)
|
*(Ctx->Device.Send.ActiveNbls.Head ? &NET_BUFFER_LIST_NEXT_NBL(Ctx->Device.Send.ActiveNbls.Tail)
|
||||||
: &Ctx->Device.Send.ActiveNbls.Head) = Nbl;
|
: &Ctx->Device.Send.ActiveNbls.Head) = Nbl;
|
||||||
Ctx->Device.Send.ActiveNbls.Tail = Nbl;
|
Ctx->Device.Send.ActiveNbls.Tail = Nbl;
|
||||||
|
Loading…
Reference in New Issue
Block a user