Usb: Update language to comply with Android's inclusive language guidance am: 4918545e03

Original change: https://android-review.googlesource.com/c/device/google/wahoo/+/1382479

Change-Id: Icec75c5bbcfae8ab92049795c2cbc1a4b048a846
This commit is contained in:
Kyle Tso
2020-07-31 11:16:17 +00:00
committed by Automerger Merge Worker

View File

@@ -193,7 +193,7 @@ wait_again:
// There are no uevent signals which implies role swap timed out.
if (err == ETIMEDOUT) {
ALOGI("uevents wait timedout");
// Sanity check.
// Partner check.
} else if (!usb->mPartnerUp) {
goto wait_again;
// Role switch succeeded since usb->mPartnerUp is true.