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

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

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

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

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

Change-Id: I31dd8cf8d78acf29fe41c77cac12d0da2dd8b52e
parents da6d48ec 0f21f3a9
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);