Skip to content

Commit

Permalink
Updated comment text in line 1246
Browse files Browse the repository at this point in the history
Updated comment text to meet bias-free communication guidance.

For more information, see https://docs.microsoft.com/style-guide/bias-free-communication.
  • Loading branch information
barrygolden committed Jun 10, 2020
1 parent 5f79744 commit 824684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sdv/samples/SDV-FailDriver-STORPORT/driver/lsi_u3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ Return Value:

// Enable data phase mismatch processing internal to 1010
WRITE_SIOP_UCHAR( CCNTL0, CCNTL0_DISABLE_PIPE_REQ + CCNTL0_ENA_PM_JUMP);
// Disable 64-bit slave cycles
// Disable 64-bit subordinate cycles
WRITE_SIOP_UCHAR( CCNTL1, 0x10);
// Set phase mismatch jump registers
WRITE_SIOP_ULONG( PMJAD1, DeviceExtension->PhaseMisJump1Phys);
Expand Down

0 comments on commit 824684c

Please sign in to comment.