projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef00aa
)
Fix typo
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:10:39 +0000
(14:10 +0200)
committer
Chris Metcalf
<cmetcalf@mellanox.com>
Mon, 23 May 2016 16:17:22 +0000
(12:17 -0400)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
arch/tile/gxio/mpipe.c
patch
|
blob
|
history
diff --git
a/arch/tile/gxio/mpipe.c
b/arch/tile/gxio/mpipe.c
index f102048d9c0e78a31b6773715a491e85e755a89c..34de300ab320c0aa81a62f4073eb145ce9019a2e 100644
(file)
--- 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 cach
e
lines. */
unsigned long lines =
(buffers + BUFFERS_PER_LINE - 1) / BUFFERS_PER_LINE;