diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-03-26 10:53:59 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-03-26 10:54:00 +0100 |
commit | c23960dd18258bb38248c4f96a3d7545031c8710 (patch) | |
tree | 3bec4d769a8b60381263bc93ca7888225cc94396 | |
parent | Merge tag 'omap-for-v5.7/ti-sysc-fix-signed' of git://git.kernel.org/pub/scm/... (diff) | |
parent | firmware: tegra: Fix a typo in Kconfig (diff) | |
download | linux-c23960dd18258bb38248c4f96a3d7545031c8710.tar.xz linux-c23960dd18258bb38248c4f96a3d7545031c8710.zip |
Merge tag 'tegra-for-5.7-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers
firmware: tegra: Changes for v5.7-rc1
A trivial typofix for the Kconfig entry of the Tegra IVC library.
* tag 'tegra-for-5.7-firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
firmware: tegra: Fix a typo in Kconfig
Link: https://lore.kernel.org/r/20200313165848.2915133-2-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | drivers/firmware/tegra/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |