From 28d1aaf066372e6427b2cc29bd81727e5203bfe4 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Tue, 27 May 2025 13:58:52 -0500 Subject: [PATCH] Spellcheck Signed-off-by: Maisam Arif Change-Id: I3842ca7552c8d3525ac7fee8c94b15cfdd7defdd [ROCm/amdsmi commit: cebc512b1a0845843d1e0d8b1d3f5b2cca5346d5] --- projects/amdsmi/CHANGELOG.md | 2 +- projects/amdsmi/include/amd_smi/amdsmi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/amdsmi/CHANGELOG.md b/projects/amdsmi/CHANGELOG.md index dc42425852..994f6d49f2 100644 --- a/projects/amdsmi/CHANGELOG.md +++ b/projects/amdsmi/CHANGELOG.md @@ -580,7 +580,7 @@ Updated `amdsmi_get_gpu_metrics_info()` and structure `amdsmi_gpu_metrics_t` to - **Added `amdsmi_get_power_info_v2()` with `sensor_ind`**. - Python API now accepts `sensor_ind` as an optional argument, does not impact previous usage -- **Depricated enum `AMDSMI_NORMAL_STRING_LENGTH` in favor of `AMDSMI_MAX_STRING_LENGTH`**. +- **Deprecated enum `AMDSMI_NORMAL_STRING_LENGTH` in favor of `AMDSMI_MAX_STRING_LENGTH`**. - **Changed to use thread local mutex by default**. - Most sysfs reads do not require cross-process level mutex, and writes to sysfs should be protected by the kernel already. diff --git a/projects/amdsmi/include/amd_smi/amdsmi.h b/projects/amdsmi/include/amd_smi/amdsmi.h index c3221dd6ad..b2e440b7aa 100644 --- a/projects/amdsmi/include/amd_smi/amdsmi.h +++ b/projects/amdsmi/include/amd_smi/amdsmi.h @@ -1677,7 +1677,7 @@ typedef struct { * @cond @tag{gpu_bm_linux} @endcond */ typedef struct { - uint32_t year; //!< Last 2 digits of the Year released - To Be Depricated + uint32_t year; //!< Last 2 digits of the Year released - To Be Deprecated uint32_t major; //!< Major version uint32_t minor; //!< Minor version uint32_t release; //!< Patch, build or stepping version