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:
df770ff
)
lkdtm: fix spelling mistake: "incremeted" -> "incremented"
author
Colin Ian King
<
[email protected]
>
Fri, 18 Aug 2017 15:34:59 +0000
(16:34 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 28 Aug 2017 15:47:11 +0000
(17:47 +0200)
Trivial fix to spelling mistake in pr_info message
Signed-off-by: Colin Ian King <
[email protected]
>
Acked-by: Kees Cook <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/misc/lkdtm_refcount.c
patch
|
blob
|
history
diff --git
a/drivers/misc/lkdtm_refcount.c
b/drivers/misc/lkdtm_refcount.c
index 29af0152a33790e6163580039d5b800ebf6edaf1..2b99d448e7fd00921924da4a466ffa8fcb443a11 100644
(file)
--- 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, increme
n
ted to %d\n",
refcount_read(ref));
}
}