Skip to content

Commit 7789804

Browse files
committed
Merge tag 'tegra-for-6.15-firmware' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/drivers
firmware: tegra: Changes for v6.15-rc1 Not much to this except for a simple typofix. * tag 'tegra-for-6.15-firmware' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: firmware: tegra: bpmp: Fix typo in bpmp-abi.h Link: https://lore.kernel.org/r/20250307162332.3451523-2-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents b081304 + 27321c7 commit 7789804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/soc/tegra/bpmp-abi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3755,7 +3755,7 @@ enum mrq_pwr_limit_cmd {
37553755
* @defgroup bpmp_pwr_limit_type PWR_LIMIT TYPEs
37563756
* @{
37573757
*/
3758-
/** @brief Limit value specifies traget cap */
3758+
/** @brief Limit value specifies target cap */
37593759
#define PWR_LIMIT_TYPE_TARGET_CAP 0U
37603760
/** @brief Limit value specifies maximum possible target cap */
37613761
#define PWR_LIMIT_TYPE_BOUND_MAX 1U

0 commit comments

Comments
 (0)