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

See https://source.android.com/setup/contribute/respectful-code for reference


BUG=162536543

Change-Id: I303f77c2763abab2ea630c451187fadc380eaf52
This commit is contained in:
Kyle Tso
2020-07-31 09:54:52 +00:00
parent 7d90404dc8
commit 4918545e03

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.