Pull Request已成功合入, 合并人@CANN-robot
(感谢 CYL_TOP 的贡献)变更摘要
此 PR 仅对文件 src/runtime/core/inc/device/device_error_info.hpp 中的英文注释进行了拼写和语法修正,不涉及任何代码逻辑或功能变更。
主要改动
-
修正
AE_STATUS_STRESS_DETECT_FAULT系列枚举的注释拼写错误:将四个枚举值注释中的slient fault修正为silent fault,涉及AE_STATUS_STRESS_DETECT_FAULT、AE_STATUS_STRESS_DETECT_FAULT_NORAS、AE_STATUS_STRESS_DETECT_FAULT_LOW和AE_STATUS_STRESS_DETECT_FAULT_LOW_OFFLINE。 -
修正
SDMA_ERROR_TIMEOUT枚举的注释语法:将dont need care othe bits修正为dont need to care about other bits,补全了缺失的动词不定式和介词,使注释表达更通顺。


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 |
|---|---|---|
| src/runtime | ✅ phy-zhao, 卢煜坤 (2/2) | ✅ 卢煜坤, phy-zhao (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
CYL_TOP, thanks for your pull request. All authors of the commits have signed the CLA. 👍


/approve
/lgtm


/lgtm
/approve


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
ZhaiPeiChao


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
ZhaiPeiChao


The following users do not have permission to comment /lgtm or /approve on any module in this PR:
ZhaiPeiChao


流水线任务触发成功
任务链接 [b56bc56cebbf40a1a8ccec0e916a86dd][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| UT_Test_acl | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_v201 | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_c | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_david | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_910b | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_common | ✅ SUCCESS | >>>>> | |
| UT_Test_platform | ✅ SUCCESS | >>>>> | |
| UT_Test_qs | ✅ SUCCESS | >>>>> | |
| UT_Test_aicpusd | ✅ SUCCESS | >>>>> | |
| UT_Test_tsd | ✅ SUCCESS | >>>>> | |
| UT_Test_error_manager | ✅ SUCCESS | >>>>> | |
| UT_Test_slog | ✅ SUCCESS | >>>>> | |
| UT_Test_atrace | ✅ SUCCESS | >>>>> | |
| UT_Test_msprof_part1 | ✅ SUCCESS | ||
| UT_Test_msprof_part2 | ✅ SUCCESS | ||
| UT_Test_adump | ✅ SUCCESS | >>>>> | |
| UT_Test_mmpa | ✅ SUCCESS | >>>>> | |
| UT_Test_camodel_check | ✅ SUCCESS | ||
| API_Check | ✅ SUCCESS | >>>>> | |
| PreSmoke_A900_npupool | ✅ SUCCESS | >>>>> | |
| UT_Test_rts_report | ✅ SUCCESS | >>>>> | |
| UT_Test_msprof_report | ✅ SUCCESS | >>>>> |
[2026-07-30 11:18:39] CI执行结束


流水线任务触发成功
任务链接 [e5ff0c0dd5b64538ab13d9cba9a47b9c][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| codecheck_Check_Pr | ✅ SUCCESS | ||
| codecheck_style | ✅ SUCCESS | >>>>> | |
| codecheck_precommit | ✅ SUCCESS | >>>>> | |
| StaticCheck_codespell | ✅ SUCCESS | ||
| StaticCheck_link_validity | ✅ SUCCESS | ||
| StaticCheck_resource_existence | ✅ SUCCESS | ||
| StaticCheck_tag_closed | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS |
[2026-07-30 11:11:01] CI执行结束


Pull Request
描述
1、更改AE_STATUS_STRESS_DETECT_FAULT 系列枚举的注释拼写错误:将四个枚举值注释中的 slient fault 修正为 silent fault。
2、更改SDMA_ERROR_TIMEOUT 枚举的注释语法:将 dont need care othe bits修正为dont need to care about other bits,让注释表达更通顺。
变更类型
请选择本次引入的变更类型:
关联的Issue
无
如何测试
描述测试此变更的步骤和前提条件:
1.
2.
核对清单
其他信息
本次变更仅涉及文字注释拼写错误,无任何逻辑代码改动,不影响编译和运行时行为。