Skip to content

Commit 48b8743

Browse files
Apply suggestions from code review
Co-authored-by: Oleg Dubinskiy <oleg.dubinskij30@gmail.com>
1 parent dafda6b commit 48b8743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/network/afd/afd/connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ StreamSocketConnectComplete(PDEVICE_OBJECT DeviceObject, PIRP Irp,
475475
PFILE_OBJECT object = FCB->Connection.Object;
476476
PVOID sendBuffer = FCB->OnConnectSendBuffer;
477477
UINT sendBufferLength = FCB->OnConnectSendBufferSize;
478-
SocketStateUnlock( FCB );
478+
SocketStateUnlock(FCB);
479479

480480
Status = TdiSend(&FCB->SendIrp.InFlightRequest,
481481
object,

0 commit comments

Comments
 (0)