From 4918545e03790486db58e8844a64d68c3c9f6744 Mon Sep 17 00:00:00 2001 From: Kyle Tso Date: Fri, 31 Jul 2020 09:54:52 +0000 Subject: [PATCH] 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 --- usb/Usb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/Usb.cpp b/usb/Usb.cpp index 25a2df24..08e25e5a 100644 --- a/usb/Usb.cpp +++ b/usb/Usb.cpp @@ -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.