X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdrivers%2Fusb%2Fusbccgp%2Fmisc.c;h=89a8ed9e4def3e8860417660a3cfe36fbbd52eb8;hp=fe788e767fe3f968aef326c42cbed00e9866ac10;hb=7803f2678f5cc1e5bdead0c7d6056b42da365f93;hpb=a426102b3a7a568cf91ad99483766bc3bb457866 diff --git a/reactos/drivers/usb/usbccgp/misc.c b/reactos/drivers/usb/usbccgp/misc.c index fe788e767fe..89a8ed9e4de 100644 --- a/reactos/drivers/usb/usbccgp/misc.c +++ b/reactos/drivers/usb/usbccgp/misc.c @@ -18,7 +18,7 @@ NTSTATUS NTAPI USBSTOR_SyncForwardIrpCompletionRoutine( PDEVICE_OBJECT DeviceObject, - PIRP Irp, + PIRP Irp, PVOID Context) { if (Irp->PendingReturned) @@ -162,7 +162,7 @@ DumpFunctionDescriptor( DPRINT1("FunctionCount %lu\n", FunctionDescriptorCount); - for(Index = 0; Index < FunctionDescriptorCount; Index++) + for (Index = 0; Index < FunctionDescriptorCount; Index++) { DPRINT1("Function %lu\n", Index); DPRINT1("FunctionNumber %lu\n", FunctionDescriptor[Index].FunctionNumber);