chore: fix dailycheck issues

master --> HEAD
remove useless @since

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: Id3452cccdcc823c374f873cf4905015351580d15
This commit is contained in:
Caoruihong
2021-09-26 16:42:08 +08:00
parent 93cc5747a2
commit 5169a23adf
7 changed files with 15 additions and 52 deletions

View File

@@ -85,7 +85,6 @@ typedef struct {
* @par Dependency:
* <ul><li>trace_tlv.h: the header file that contains the API declaration.</li></ul>
* @see LOS_TraceDataEncode
* @since Huawei LiteOS V200R005C00
*/
extern UINT32 OsTraceDataEncode(UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen);