projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2014c95
)
firmware: tegra: bpmp: Fix typo in bpmp-abi.h
author
Zhu Jun
<zhujun2@cmss.chinamobile.com>
Mon, 18 Nov 2024 02:29:28 +0000
(18:29 -0800)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 6 Mar 2025 19:02:26 +0000
(20:02 +0100)
The word 'traget' is wrong, so fix it.
Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link:
https://lore.kernel.org/r/20241118022928.11305-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
include/soc/tegra/bpmp-abi.h
patch
|
blob
|
blame
|
history
diff --git
a/include/soc/tegra/bpmp-abi.h
b/include/soc/tegra/bpmp-abi.h
index 6b995a8f0f6d18d052acb9df3436cba520ccc08b..dc0789c20333acf26678dc362a083a51bfb60861 100644
(file)
--- 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 t
ra
get cap */
+/** @brief Limit value specifies t
ar
get cap */
#define PWR_LIMIT_TYPE_TARGET_CAP 0U
/** @brief Limit value specifies maximum possible target cap */
#define PWR_LIMIT_TYPE_BOUND_MAX 1U