Skip to content

Commit

Permalink
UsbDk: Trivial: Minor comments fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
  • Loading branch information
Dmitry Fleytman committed Jan 14, 2016
1 parent 60fb3fc commit 0fbeb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UsbDk/UsbTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ NTSTATUS CWdfUsbTarget::ResetPipe(WDFREQUEST Request, ULONG64 EndpointAddress)
{
NTSTATUS status;

//AbortPipe does not require locking because is scheduled sequentially
//ResetPipe does not require locking because is scheduled sequentially
//with SetAltSettings which is only operation that changes pipes array

if (!DoPipeOperation<CWdfUsbInterface::NeitherLock>(EndpointAddress,
Expand Down

0 comments on commit 0fbeb04

Please sign in to comment.