diff mbox series

firmware: tegra: Fix a typo in Kconfig

Message ID 20200216161748.21894-1-christophe.jaillet@wanadoo.fr
State Accepted
Headers show
Series firmware: tegra: Fix a typo in Kconfig | expand

Commit Message

Christophe JAILLET Feb. 16, 2020, 4:17 p.m. UTC
A 'n' is mising in 'commuication'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 drivers/firmware/tegra/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thierry Reding Feb. 17, 2020, 9:24 a.m. UTC | #1
On Sun, Feb 16, 2020 at 05:17:48PM +0100, Christophe JAILLET wrote:
> A 'n' is mising in 'commuication'
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
>  drivers/firmware/tegra/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-5.7/firmware, thanks.

Thierry
diff mbox series

Patch

diff --git a/drivers/firmware/tegra/Kconfig b/drivers/firmware/tegra/Kconfig
index a887731f50d6..1c8ba1f47c7c 100644
--- a/drivers/firmware/tegra/Kconfig
+++ b/drivers/firmware/tegra/Kconfig
@@ -7,7 +7,7 @@  config TEGRA_IVC
 	help
 	  IVC (Inter-VM Communication) protocol is part of the IPC
 	  (Inter Processor Communication) framework on Tegra. It maintains the
-	  data and the different commuication channels in SysRAM or RAM and
+	  data and the different communication channels in SysRAM or RAM and
 	  keeps the content is synchronization between host CPU and remote
 	  processors.