From: Geert Uytterhoeven Date: Thu, 27 Nov 2014 11:05:43 +0000 (+0100) Subject: ARM: l2c: fix comment X-Git-Tag: v4.14-rc1~5226^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2c22731cab367cae4f50aa16eca792023c3e8da;p=platform%2Fkernel%2Flinux-rpi.git ARM: l2c: fix comment Signed-off-by: Geert Uytterhoeven Cc: Russell King Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Jiri Kosina --- diff --git a/arch/arm/mm/cache-l2x0.c b/arch/arm/mm/cache-l2x0.c index 5e65ca8..5216bfe 100644 --- 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 if not given, it is equal to blocksize */ + /* If linesize is not given, it is equal to blocksize */ line_size = block_size; } else { /* Fall back to known size */