diff mbox series

firmware: tegra: Fix a typo

Message ID 20230912121030.1759-1-wangdeming@inspur.com
State Accepted
Headers show
Series firmware: tegra: Fix a typo | expand

Commit Message

Deming Wang Sept. 12, 2023, 12:10 p.m. UTC
successfully, not 'succesfully'

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 include/soc/tegra/bpmp-abi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thierry Reding Oct. 11, 2023, 9:04 p.m. UTC | #1
From: Thierry Reding <treding@nvidia.com>


On Tue, 12 Sep 2023 08:10:30 -0400, Deming Wang wrote:
> successfully, not 'succesfully'
> 
> 

Applied, thanks!

[1/1] firmware: tegra: Fix a typo
      commit: bde3ce7257ca68120f0d8db96b3df5bc14f8245d

Best regards,
diff mbox series

Patch

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.
 	 *