summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2020-08-28 17:10:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-08-28 17:10:03 +0000
commit653ae188b00bb34b9ac34a0e67b0f8134d3e33e5 (patch)
tree667bc293e15baf67031ba826e9fc5b3fedc9a777
parentc8fd7faf2b61370390e88e5f482a479f0ed90610 (diff)
parent28b425295805f2912d967128cda751ffa1235d2b (diff)
Merge "Update language to comply with Android's inclusive language guidance"
-rw-r--r--libs/binder/ProcessState.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index ce45b7f517..4f818366d1 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -160,8 +160,8 @@ bool ProcessState::becomeContextManager(context_check_func checkFunc, void* user
if (result != 0) {
android_errorWriteLog(0x534e4554, "121035042");
- int dummy = 0;
- result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR, &dummy);
+ int unused = 0;
+ result = ioctl(mDriverFD, BINDER_SET_CONTEXT_MGR, &unused);
}
if (result == -1) {