From: Andrea Gelmini Date: Sat, 21 May 2016 12:10:39 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a87e2cdc21332592fc1c62041cfcb85111f6df5e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Fix typo Signed-off-by: Andrea Gelmini Signed-off-by: Chris Metcalf --- diff --git a/arch/tile/gxio/mpipe.c b/arch/tile/gxio/mpipe.c index f102048d9c0e..34de300ab320 100644 --- a/arch/tile/gxio/mpipe.c +++ b/arch/tile/gxio/mpipe.c @@ -122,7 +122,7 @@ size_t gxio_mpipe_calc_buffer_stack_bytes(unsigned long buffers) { const int BUFFERS_PER_LINE = 12; - /* Count the number of cachlines. */ + /* Count the number of cachelines. */ unsigned long lines = (buffers + BUFFERS_PER_LINE - 1) / BUFFERS_PER_LINE;