diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-11-21 13:05:26 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-11-21 13:05:26 +0100 |
commit | 3c6f4b154a63a78cefa08f7da861d90d13783136 (patch) | |
tree | 741e5abac9c792e3828551fb6d7869140c34145c /arch/arm/mach-shmobile/setup-sh73a0.c | |
parent | 58a9e8f8fe71c4172198535d88f8fee4d2aea3b2 (diff) | |
parent | 3e940958ed3625187704f41129801800f70c2169 (diff) | |
download | talos-obmc-linux-3c6f4b154a63a78cefa08f7da861d90d13783136.tar.gz talos-obmc-linux-3c6f4b154a63a78cefa08f7da861d90d13783136.zip |
Merge tag 'renesas-soc-cleanups2-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/cleanup
Pull "Second Round of Renesas ARM Based SoC Cleanups for v3.19" from Simon Horman:
* Spelling and grammar fixes
* tag 'renesas-soc-cleanups2-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: r8a7779: Spelling/grammar s/entity/identity/, s/map/mapping/
ARM: shmobile: sh7372: Spelling/grammar s/entity map/identity mapping/
ARM: shmobile: sh73a0: Spelling/grammar s/entity map/identity mapping/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh73a0.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index 2955a08a655d..ca346cce4f30 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c @@ -41,7 +41,7 @@ #include "sh73a0.h" static struct map_desc sh73a0_io_desc[] __initdata = { - /* create a 1:1 entity map for 0xe6xxxxxx + /* create a 1:1 identity mapping for 0xe6xxxxxx * used by CPGA, INTC and PFC. */ { |