From 9217cb6b15df15badb189eb445a91cc2598ef93a Mon Sep 17 00:00:00 2001 From: gonghui Date: Fri, 26 Mar 2021 14:06:00 +0800 Subject: [PATCH] fix review issue --- include/core/hdf_device_desc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/hdf_device_desc.h b/include/core/hdf_device_desc.h index 9c64aa6f7..9c55e21cc 100644 --- a/include/core/hdf_device_desc.h +++ b/include/core/hdf_device_desc.h @@ -254,7 +254,7 @@ struct HdfDriverEntry { /** * @brief Obtains the driver service object based on a driver service name. * - * @param serviceName Indicates the pointer to the released driver service name. + * @param svcName Indicates the pointer to the released driver service name. * * @return Returns the driver service object if the operation is successful; returns NULL otherwise. * @since 1.0 -- Gitee