Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

firmware: tegra: Fix a typo in Kconfig

A 'n' is mising in 'commuication'

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Christophe JAILLET and committed by
Thierry Reding
6c2d3a14 bb6d3fb3

+1 -1
+1 -1
drivers/firmware/tegra/Kconfig
··· 7 7 help 8 8 IVC (Inter-VM Communication) protocol is part of the IPC 9 9 (Inter Processor Communication) framework on Tegra. It maintains the 10 - data and the different commuication channels in SysRAM or RAM and 10 + data and the different communication channels in SysRAM or RAM and 11 11 keeps the content is synchronization between host CPU and remote 12 12 processors. 13 13