summaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorAndrea Gelmini2016-05-21 14:10:39 +0200
committerChris Metcalf2016-05-23 18:17:22 +0200
commita87e2cdc21332592fc1c62041cfcb85111f6df5e (patch)
tree266e18aea163aaac56a71b21840b4065ace8bf5b /arch/tile
parenttile: sort the "select" lines in the TILE/TILEGX configs (diff)
downloadkernel-qcow2-linux-a87e2cdc21332592fc1c62041cfcb85111f6df5e.tar.gz
kernel-qcow2-linux-a87e2cdc21332592fc1c62041cfcb85111f6df5e.tar.xz
kernel-qcow2-linux-a87e2cdc21332592fc1c62041cfcb85111f6df5e.zip
Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/gxio/mpipe.c2
1 files changed, 1 insertions, 1 deletions
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;