diff options
author | Thierry Reding <treding@nvidia.com> | 2015-02-26 11:21:58 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-05-04 13:25:19 +0200 |
commit | 85aa5047e369d963b88af3e817dd40e692175153 (patch) | |
tree | a2764f0e5edf66b3e98b87de3a66272f06d71f4b /arch/arm/mach-tegra | |
parent | 5431b0fdadfec7aa61c916d6978544727a00b5fe (diff) | |
download | linux-85aa5047e369d963b88af3e817dd40e692175153.tar.bz2 |
ARM: tegra: Fix typo (reset -> rest) in comment
Easy typo to make when you're working in this area of the code.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/sleep-tegra30.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sleep-tegra30.S b/arch/arm/mach-tegra/sleep-tegra30.S index 5d8d13aeab93..9a2f0b051e10 100644 --- a/arch/arm/mach-tegra/sleep-tegra30.S +++ b/arch/arm/mach-tegra/sleep-tegra30.S @@ -223,7 +223,7 @@ wfe_war: b __cpu_reset_again /* - * 38 nop's, which fills reset of wfe cache line and + * 38 nop's, which fills rest of wfe cache line and * 4 more cachelines with nop */ .rept 38 |