diff --git a/core/transmission/interface/softbus_transmission_interface.h b/core/transmission/interface/softbus_transmission_interface.h
index d64465a83..e0efbc94f 100644
--- a/core/transmission/interface/softbus_transmission_interface.h
+++ b/core/transmission/interface/softbus_transmission_interface.h
@@ -35,7 +35,7 @@ typedef struct {
* @param[in] channelId indicates that channel is open.
* @param[in] uuid indicates the pointer to the uuid.
* @param[in] isServer indicates server side or client side.
- * @return SOFTBUS_OK the processing success after the callback.
+ * @return SOFTBUS_OK the processing success after the callback; returns an error code otherwise..
*/
int (*onChannelOpened)(int32_t channelId, const char *uuid, unsigned char isServer);
/**