diff options
author | Deming Wang <wangdeming@inspur.com> | 2023-09-12 14:10:30 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-10-11 23:02:19 +0200 |
commit | bde3ce7257ca68120f0d8db96b3df5bc14f8245d (patch) | |
tree | 035e7a56780b2b572ec21bf9fc91d728c693912a /include/soc/tegra/bpmp-abi.h | |
parent | Linux 6.6-rc1 (diff) | |
download | linux-bde3ce7257ca68120f0d8db96b3df5bc14f8245d.tar.xz linux-bde3ce7257ca68120f0d8db96b3df5bc14f8245d.zip |
firmware: tegra: Fix a typo
successfully, not 'succesfully'
Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to '')
-rw-r--r-- | include/soc/tegra/bpmp-abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h index ecefcaec7e66..6b995a8f0f6d 100644 --- a/include/soc/tegra/bpmp-abi.h +++ b/include/soc/tegra/bpmp-abi.h @@ -1194,7 +1194,7 @@ struct cmd_clk_is_enabled_request { */ struct cmd_clk_is_enabled_response { /** - * @brief The state of the clock that has been succesfully + * @brief The state of the clock that has been successfully * requested with CMD_CLK_ENABLE or CMD_CLK_DISABLE by the * master invoking the command earlier. * |