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 87ecfac438
commit 4aba2c06b5
7 changed files with 15 additions and 52 deletions

View File

@@ -127,7 +127,6 @@ typedef enum {
* @par Dependency:
* <ul><li>los_printf.h: the header file that contains the API declaration.</li></ul>
* @see LOS_Printf
* @since none
*/
#if (LOSCFG_KERNEL_PRINTF == 1)
extern INT32 printf(const CHAR *fmt, ...);