projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0ccb6
)
ARM: l2c: fix comment
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 27 Nov 2014 11:05:43 +0000
(12:05 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 20 Jan 2015 12:48:12 +0000
(13:48 +0100)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/mm/cache-l2x0.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mm/cache-l2x0.c
b/arch/arm/mm/cache-l2x0.c
index 5e65ca8dea62cf3f38d48f2ad8a25425ab0ce6de..5216bfe7fd86f5571491c0cc933f359152839807 100644
(file)
--- a/
arch/arm/mm/cache-l2x0.c
+++ b/
arch/arm/mm/cache-l2x0.c
@@
-979,7
+979,7
@@
static int __init l2x0_cache_size_of_parse(const struct device_node *np,
/* All these l2 caches have the same line = block size actually */
if (!line_size) {
if (block_size) {
- /* If linesize i
f
not given, it is equal to blocksize */
+ /* If linesize i
s
not given, it is equal to blocksize */
line_size = block_size;
} else {
/* Fall back to known size */