Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1429599 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-06-23 11:00 +0200 |
| Last post | 2016-06-23 18:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" Colin King <colin.king@canonical.com> - 2016-06-23 11:00 +0200
Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" Christoph Lameter <cl@linux.com> - 2016-06-23 16:40 +0200
Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" Sergey Senozhatsky <sergey.senozhatsky@gmail.com> - 2016-06-23 18:40 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-06-23 11:00 +0200 |
| Subject | [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" |
| Message-ID | <rN8Eq-7sH-7@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
trivial fix to spelling mistake
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
tools/vm/slabinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/vm/slabinfo.c b/tools/vm/slabinfo.c
index 1889163..7cf6e17 100644
--- 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 Ocurrences %%\n");
+ printf("\nSlab Deactivation Occurrences %%\n");
printf("-------------------------------------------------\n");
printf("Slab full %7lu %3lu%%\n",
s->deactivate_full, (s->deactivate_full * 100) / total);
--
2.8.1
[toc] | [next] | [standalone]
| From | Christoph Lameter <cl@linux.com> |
|---|---|
| Date | 2016-06-23 16:40 +0200 |
| Subject | Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" |
| Message-ID | <rNdXr-2Tn-23@gated-at.bofh.it> |
| In reply to | #1429599 |
On Thu, 23 Jun 2016, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> Acked-by: Christoph Lameter <cl@linux.com>
[toc] | [prev] | [next] | [standalone]
| From | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> |
|---|---|
| Date | 2016-06-23 18:40 +0200 |
| Subject | Re: [PATCH] tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" |
| Message-ID | <rNfPz-4cB-11@gated-at.bofh.it> |
| In reply to | #1429599 |
On (06/23/16 09:55), Colin King wrote:
> trivial fix to spelling mistake
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
good eye.
thanks.
-ss
> ---
> tools/vm/slabinfo.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/vm/slabinfo.c b/tools/vm/slabinfo.c
> index 1889163..7cf6e17 100644
> --- 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 Ocurrences %%\n");
> + printf("\nSlab Deactivation Occurrences %%\n");
> printf("-------------------------------------------------\n");
> printf("Slab full %7lu %3lu%%\n",
> s->deactivate_full, (s->deactivate_full * 100) / total);
> --
> 2.8.1
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web