fix:内源代码检视拼写错误修改
【背景】3.1代码review问题修改
【修改方案】
根据检视意见对拼写错误进行修改
Signed-off-by: xuiny <xuxinyu6@huawei.com>
Change-Id: I9fb982a8ba2052fa4d56e91eec33c96ab4035a90
This commit is contained in:
@@ -62,7 +62,7 @@ extern "C" {
|
||||
* @param level [IN] print level.
|
||||
* @param func [IN] means which func calls print func.
|
||||
* @param line [IN] means which line calls print func.
|
||||
* @param fmt [IN] other infomation by user define.
|
||||
* @param fmt [IN] other information by user define.
|
||||
* @param ap [IN] the para list.
|
||||
*
|
||||
* @retval None.
|
||||
@@ -85,7 +85,7 @@ typedef VOID (*LK_FUNC)(INT32 level, const CHAR *func, INT32 line, const CHAR *f
|
||||
* @param level [IN] print level.
|
||||
* @param func [IN] means which func calls print func.
|
||||
* @param line [IN] means which line calls print func.
|
||||
* @param fmt [IN] other infomation by user define
|
||||
* @param fmt [IN] other information by user define
|
||||
*
|
||||
* @retval NONE
|
||||
* @par Dependency:
|
||||
|
||||
Reference in New Issue
Block a user