Merge "Update language to comply with Android's inclusive language guidance" am: 653ae188b0

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1413398

Change-Id: I89ab2894def0aee6f5213f28a4f066c524bf8b5d
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index ce45b7f..4f81836 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -160,8 +160,8 @@
     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) {