From 80f20f668b692ff9af3877438f36f63f77ded058 Mon Sep 17 00:00:00 2001 From: Judd Date: Tue, 12 Apr 2022 20:22:15 +0800 Subject: [PATCH] fix comment fix comment on return value of `rt_hwcrypto_crc_update` --- components/drivers/hwcrypto/hw_crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drivers/hwcrypto/hw_crc.c b/components/drivers/hwcrypto/hw_crc.c index a1d95793e2..21a97bf097 100644 --- a/components/drivers/hwcrypto/hw_crc.c +++ b/components/drivers/hwcrypto/hw_crc.c @@ -87,7 +87,7 @@ void rt_hwcrypto_crc_destroy(struct rt_hwcrypto_ctx *ctx) * @param input Data buffer to be Processed * @param length Data Buffer length * - * @return RT_EOK on success. + * @return CRC value */ rt_uint32_t rt_hwcrypto_crc_update(struct rt_hwcrypto_ctx *ctx, const rt_uint8_t *input, -- GitLab