aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-03-02 09:07:08 +0000
committerTyler Hicks <tyhicks@canonical.com>2018-03-29 01:33:30 +0000
commitf62fd7a77717350e850f3c4a5373fe8e64871025 (patch)
treeace60e8524829384f859b224b21384bec6789320 /fs/ecryptfs
parentecryptfs: lookup: Don't check if mount_crypt_stat is NULL (diff)
downloadlinux-dev-f62fd7a77717350e850f3c4a5373fe8e64871025.tar.xz
linux-dev-f62fd7a77717350e850f3c4a5373fe8e64871025.zip
ecryptfs: fix spelling mistake: "cadidate" -> "candidate"
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>
Diffstat (limited to 'fs/ecryptfs')
-rw-r--r--fs/ecryptfs/keystore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c
index c89a58cfc991..e74fe84d0886 100644
--- 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 candidate auth tok:\n");
ecryptfs_dump_auth_tok(candidate_auth_tok);
}
rc = ecryptfs_get_auth_tok_sig(&candidate_auth_tok_sig,