diff --git a/components/drivers/hwcrypto/hw_crc.c b/components/drivers/hwcrypto/hw_crc.c index a1d95793e2a60721d17bd9eccf79a1dc6ad2c80f..21a97bf09741fbf91b8ce34ffe27d5364f4b9f23 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,