已合并
【PR】: 拼写错误修复 #1846
YiyangChen创建于 4月27日
【PR】: 拼写错误修复 #1846
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 YiyangChen 的贡献)4月27日 创建了 pull request,commit 31f74f75
4月27日 添加了label:enhancement
4月27日 关联了issue:源码中拼写错误
CANN-robot
4月27日 评论:
4月27日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/runtime | ✅ 卢煜坤, 王涛 (2/2) | ✅ 卢煜坤, 王涛 (2/1) |
| src/acl | ✅ 卢煜坤, 王涛 (2/2) | ✅ 卢煜坤, 王涛 (2/1) |
| src/aicpu_sched | ✅ ZhaiPeiChao, 卢煜坤 (2/2) | ✅ ZhaiPeiChao (1/1) |
| src/dfx | ✅ 卢煜坤, zhuliangying (2/2) | ✅ zhuliangying (1/1) |
| src/platform | ✅ 卢煜坤, arthur_morgan_hw (2/2) | ✅ arthur_morgan_hw (1/1) |
| src/queue_schedule | ✅ ZhaiPeiChao, 卢煜坤 (2/2) | ✅ ZhaiPeiChao (1/1) |
| src/runtime | ✅ 卢煜坤, 王涛 (2/2) | ✅ 卢煜坤, 王涛 (2/1) |
| src/tsd | ✅ ZhaiPeiChao, 卢煜坤 (2/2) | ✅ ZhaiPeiChao (1/1) |
| tests/ut/runtime | ✅ 卢煜坤, 王涛 (2/2) | ✅ 卢煜坤, 王涛 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
cyy010617, thanks for your pull request. All authors of the commits have signed the CLA. 👍


4月27日 添加了label:cann-cla/yes
此处折叠了143条消息 查看更多
4月29日 添加了label:lgtmapproved
CANN-robot
4月29日 评论:
4月29日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: 卢煜坤, 王涛, ZhaiPeiChao, zhuliangying, arthur_morgan_hw.
Reviewers who wrote a comment of /lgtm are: arthur_morgan_hw, shikai-1, 卢煜坤, 王涛, ZhaiPeiChao, zhuliangying.


4月29日 关闭了关联的issue
4月29日 合入了pull request
Pull Request
描述
Runtime 拼写错误修复
变更类型
请选择本次引入的变更类型:
关联的Issue
核对清单
详细修复列表
2.1 acl 目录 (1处)
2.2 runtime 目录 (6处)
这里异常分支打印 测试没覆盖
改了过不去门禁
2.3 dfx 目录 (9处)
2.4 platform 目录 (4处)
2.5 mmpa 目录 (38处)
__cpluscplus → __cplusplus 注释不影响,不修改
2.6 tsd 目录 (11处)
GetHdcConctStatus → GetHdcConnectStatus 拼写理论上也读的通,不修改
2.7 cmodel_driver 目录 (5处)
2.8 其他位置
三、未修复项 (API 兼容性考虑)
以下拼写错误涉及结构体/类型定义,可能影响 API 兼容性,暂未修复:
顺便修复了一些 printf 格式不匹配的问题;
涉及到一些错误分支的日志打印,测试未覆盖,所以没有修改