diff options
Diffstat (limited to 'fs/ecryptfs/main.c')
-rw-r--r-- | fs/ecryptfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 489d213270f8..b591e6772f1b 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -463,7 +463,7 @@ static int ecryptfs_parse_options(struct ecryptfs_sb_info *sbi, char *options, if (!cipher_code) { ecryptfs_printk( KERN_ERR, - "eCryptfs doesn't support cipher: %s and key size %lu", + "eCryptfs doesn't support cipher: %s and key size %zu", ecryptfs_get_full_cipher( mount_crypt_stat->global_default_cipher_name, mount_crypt_stat->global_default_cipher_mode, |