From e0dac6f4036fed6fb731ec032214e83ba5965f08 Mon Sep 17 00:00:00 2001 From: Junfeng Yang Date: Fri, 16 Jun 2023 17:21:46 -0700 Subject: [PATCH] Remove a mistaken comment line It appears there is a mistaken line in the comment for OEMCrypto_LoadLicense. Change-Id: I6a265e606052913a1adac317fa8557663897994c --- libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h index 340a045c..16f18680 100644 --- a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h +++ b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h @@ -1520,7 +1520,6 @@ OEMCryptoResult OEMCrypto_PrepAndSignRenewalRequest( * @param[in] signature: pointer to memory containing the signature. * @param[in] signature_length: length of the signature, in bytes. * - * @retval OEMCrypto_SUCCESS success OEMCrypto_ERROR_NO_DEVICE_KEY * @retval OEMCrypto_SUCCESS success * @retval OEMCrypto_ERROR_NO_DEVICE_KEY * @retval OEMCrypto_ERROR_INVALID_SESSION @@ -1667,7 +1666,7 @@ OEMCryptoResult OEMCrypto_LoadRenewal(OEMCrypto_SESSION session, * @param[in,out] key_control_block_length. The length of key_control_block * buffer. * - * @retval OEMCrypto_SUCCESS + * @retval OEMCrypto_SUCCESS success * @retval OEMCrypto_ERROR_INVALID_CONTEXT * @retval OEMCrypto_ERROR_INSUFFICIENT_RESOURCES * @retval OEMCrypto_ERROR_UNKNOWN_FAILURE