From: Zhu Jun Date: Mon, 18 Nov 2024 02:29:28 +0000 (-0800) Subject: firmware: tegra: bpmp: Fix typo in bpmp-abi.h X-Git-Tag: v6.15-rc1~158^2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27321c788b3aa238af3c3234dc722a30b62d8dcd;p=thirdparty%2Fkernel%2Flinux.git firmware: tegra: bpmp: Fix typo in bpmp-abi.h The word 'traget' is wrong, so fix it. Signed-off-by: Zhu Jun Link: https://lore.kernel.org/r/20241118022928.11305-1-zhujun2@cmss.chinamobile.com Signed-off-by: Thierry Reding --- diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h index 6b995a8f0f6d1..dc0789c20333a 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