projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d2f95
)
tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 24 Jun 2016 21:50:21 +0000
(14:50 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 25 Jun 2016 00:23:52 +0000
(17:23 -0700)
trivial fix to spelling mistake
Link:
http://lkml.kernel.org/r/1466672144-831-1-git-send-email-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/vm/slabinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/vm/slabinfo.c
b/tools/vm/slabinfo.c
index 1889163f2f05823888f62bb233b2c5e9510f4cbb..7cf6e1769903976f400b94d3c0c3a8734002b51a 100644
(file)
--- a/
tools/vm/slabinfo.c
+++ b/
tools/vm/slabinfo.c
@@
-492,7
+492,7
@@
static void slab_stats(struct slabinfo *s)
s->deactivate_to_head + s->deactivate_to_tail + s->deactivate_bypass;
if (total) {
- printf("\nSlab Deactivation Oc
urrences
%%\n");
+ printf("\nSlab Deactivation Oc
currences
%%\n");
printf("-------------------------------------------------\n");
printf("Slab full %7lu %3lu%%\n",
s->deactivate_full, (s->deactivate_full * 100) / total);