提交 c98f485f 编写于 作者: 朱一

注释对齐

Signed-off-by: N朱一 <yizhuy@isoftstone.com>
上级 6c7f6d42
......@@ -318,7 +318,7 @@ MMC模块适配的三个环节是配置属性文件,实例化驱动入口,
...
ret = HimciHostInit(host, cntlr);// 厂商自定义的初始化,失败就 goto _ERR;
...
ret = MmcCntlrAdd(cntlr); // 调用核心层函数 失败就goto _ERR;
ret = MmcCntlrAdd(cntlr); // 调用核心层函数 失败就goto _ERR;
...
(void)MmcCntlrAddDetectMsgToQueue(cntlr);// 将卡检测消息添加到队列中。
HDF_LOGD("HimciMmcBind: success.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册