projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab13a92
)
ecryptfs: fix spelling mistake: "cadidate" -> "candidate"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 2 Mar 2018 09:07:08 +0000
(09:07 +0000)
committer
Tyler Hicks
<tyhicks@canonical.com>
Thu, 29 Mar 2018 01:33:30 +0000
(
01:33
+0000)
Trivial fix to spelling mistake in debug message text.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
fs/ecryptfs/keystore.c
patch
|
blob
|
history
diff --git
a/fs/ecryptfs/keystore.c
b/fs/ecryptfs/keystore.c
index c89a58cfc991c235f1420a4901df877dc7557939..e74fe84d0886879c04cc26297f0e8b27db8281a6 100644
(file)
--- a/
fs/ecryptfs/keystore.c
+++ b/
fs/ecryptfs/keystore.c
@@
-1880,7
+1880,7
@@
find_next_matching_auth_tok:
candidate_auth_tok = &auth_tok_list_item->auth_tok;
if (unlikely(ecryptfs_verbosity > 0)) {
ecryptfs_printk(KERN_DEBUG,
- "Considering cadidate auth tok:\n");
+ "Considering ca
n
didate auth tok:\n");
ecryptfs_dump_auth_tok(candidate_auth_tok);
}
rc = ecryptfs_get_auth_tok_sig(&candidate_auth_tok_sig,