[PATCH] soc/tegra: bpmp: Fix typo in bpmp-abi.h

Zhu Jun posted 1 patch 1 year, 2 months ago
There is a newer version of this series
include/soc/tegra/bpmp-abi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] soc/tegra: bpmp: Fix typo in bpmp-abi.h
Posted by Zhu Jun 1 year, 2 months ago
The word 'traget' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
---
 include/soc/tegra/bpmp-abi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h
index 6b995a8f0f6d..dc0789c20333 100644
--- a/include/soc/tegra/bpmp-abi.h
+++ b/include/soc/tegra/bpmp-abi.h
@@ -3755,7 +3755,7 @@ enum mrq_pwr_limit_cmd {
  * @defgroup bpmp_pwr_limit_type PWR_LIMIT TYPEs
  * @{
  */
-/** @brief Limit value specifies traget cap */
+/** @brief Limit value specifies target cap */
 #define PWR_LIMIT_TYPE_TARGET_CAP		0U
 /** @brief Limit value specifies maximum possible target cap */
 #define PWR_LIMIT_TYPE_BOUND_MAX		1U
-- 
2.17.1
Re: [PATCH] soc/tegra: bpmp: Fix typo in bpmp-abi.h
Posted by Thierry Reding 11 months, 1 week ago
From: Thierry Reding <treding@nvidia.com>


On Sun, 17 Nov 2024 18:29:28 -0800, Zhu Jun wrote:
> The word 'traget' is wrong, so fix it.
> 
> 

Applied, thanks!

[1/1] soc/tegra: bpmp: Fix typo in bpmp-abi.h
      commit: 27321c788b3aa238af3c3234dc722a30b62d8dcd

Best regards,
-- 
Thierry Reding <treding@nvidia.com>