lkml.org 
[lkml]   [2017]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] lkdtm: fix spelling mistake: "incremeted" -> "incremented"
Date
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in pr_info message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/misc/lkdtm_refcount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/lkdtm_refcount.c b/drivers/misc/lkdtm_refcount.c
index 29af0152a337..2b99d448e7fd 100644
--- a/drivers/misc/lkdtm_refcount.c
+++ b/drivers/misc/lkdtm_refcount.c
@@ -202,7 +202,7 @@ static void check_from_zero(refcount_t *ref)
pr_warn("Zero detected: unsafely reset to max\n");
break;
default:
- pr_info("Fail: zero not detected, incremeted to %d\n",
+ pr_info("Fail: zero not detected, incremented to %d\n",
refcount_read(ref));
}
}
--
2.11.0
\
 
 \ /
  Last update: 2017-08-18 17:35    [W:0.040 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site