Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix typo

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>

authored by

Andrea Gelmini and committed by
Chris Metcalf
a87e2cdc 4ef00aa3

+1 -1
+1 -1
arch/tile/gxio/mpipe.c
··· 122 122 { 123 123 const int BUFFERS_PER_LINE = 12; 124 124 125 - /* Count the number of cachlines. */ 125 + /* Count the number of cachelines. */ 126 126 unsigned long lines = 127 127 (buffers + BUFFERS_PER_LINE - 1) / BUFFERS_PER_LINE; 128 128