mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
firmware: tegra: bpmp: Fix typo in bpmp-abi.h
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>
This commit is contained in:
parent
2014c95afe
commit
27321c788b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user