From be247a915b15aced566e21f6004ecbed114bd28a Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Tue, 17 Aug 2021 02:30:13 +0000 Subject: [PATCH] Description:modify comment Feature or Bugfix:Bugfix Binary Source: No Signed-off-by: YOUR_NAME --- include/wifi/hdf_wlan_chipdriver_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wifi/hdf_wlan_chipdriver_manager.h b/include/wifi/hdf_wlan_chipdriver_manager.h index d42773871..a0f0199b8 100644 --- a/include/wifi/hdf_wlan_chipdriver_manager.h +++ b/include/wifi/hdf_wlan_chipdriver_manager.h @@ -132,7 +132,7 @@ struct HdfChipDriverFactory { * @brief Obtains the maximum number of interfaces of a specified HdfChipDriverFactory instance. * * @param factory Indicates the pointer to the HdfChipDriverFactory instance. - * @return Returns 0 if the maximum number of interfaces is obtained; returns a negative value otherwise. + * @return Returns the maximum number of interfaces. * * @since 1.0 * @version 1.0 -- Gitee