aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-08-18 16:34:59 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-28 17:47:11 +0200
commit917c8c2570e1c106ad68ee3d00eb28351b923b0a (patch)
treed1edb4e9c04af739b5bd5bfea456e2e0b942bc2b /drivers/misc
parentperf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file (diff)
downloadlinux-dev-917c8c2570e1c106ad68ee3d00eb28351b923b0a.tar.xz
linux-dev-917c8c2570e1c106ad68ee3d00eb28351b923b0a.zip
lkdtm: fix spelling mistake: "incremeted" -> "incremented"
Trivial fix to spelling mistake in pr_info message Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/lkdtm_refcount.c2
1 files changed, 1 insertions, 1 deletions
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));
}
}