Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec2bae79 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use more inclusive language for #inclusivefixit" am: 1d098a7d

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1373466

Change-Id: I7da3298589ec0fd2aca7e0546e9d8e968884e331
parents bb94bbb0 1d098a7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ void TrustyKeymaster::AbortOperation(const AbortOperationRequest& request,
}

GetHmacSharingParametersResponse TrustyKeymaster::GetHmacSharingParameters() {
    // Dummy empty buffer to allow ForwardCommand to have something to serialize
    // Empty buffer to allow ForwardCommand to have something to serialize
    Buffer request;
    GetHmacSharingParametersResponse response;
    ForwardCommand(KM_GET_HMAC_SHARING_PARAMETERS, request, &response);