From: Deming Wang Date: Tue, 12 Sep 2023 12:10:30 +0000 (-0400) Subject: firmware: tegra: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bde3ce7257ca68120f0d8db96b3df5bc14f8245d;p=linux.git firmware: tegra: Fix a typo successfully, not 'succesfully' Signed-off-by: Deming Wang Signed-off-by: Thierry Reding --- diff --git a/include/soc/tegra/bpmp-abi.h b/include/soc/tegra/bpmp-abi.h index ecefcaec7e66c..6b995a8f0f6d1 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. *