Skip to content

Commit 011714d

Browse files
elizashurovYanVugenfirer
authored andcommitted
[viosock] Add missing VOID return type to VIOSockReadProcessDequeueCb
Signed-off-by: Elizabeth Ashurov <eashurov@redhat.com>
1 parent 8b2acc9 commit 011714d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

viosock/sys/viosock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ VIOSockReadSocketQueueInit(IN PSOCKET_CONTEXT pSocket);
561561

562562
_Requires_lock_not_held_(pSocket->RxLock) BOOLEAN VIOSockReadDequeueCb(IN PSOCKET_CONTEXT pSocket);
563563

564-
_Requires_lock_not_held_(pSocket->RxLock) __inline VIOSockReadProcessDequeueCb(IN PSOCKET_CONTEXT pSocket)
564+
_Requires_lock_not_held_(pSocket->RxLock) __inline VOID VIOSockReadProcessDequeueCb(IN PSOCKET_CONTEXT pSocket)
565565
{
566566
while (VIOSockReadDequeueCb(pSocket))
567567
;

0 commit comments

Comments
 (0)