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 0387f0d73cd0..71a9c4c36707 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c | |||
@@ -359,7 +359,7 @@ static int ecryptfs_parse_options(struct super_block *sb, char *options) | |||
359 | NULL, mount_crypt_stat->global_default_cipher_name, | 359 | NULL, mount_crypt_stat->global_default_cipher_name, |
360 | mount_crypt_stat->global_default_cipher_key_size))) { | 360 | mount_crypt_stat->global_default_cipher_key_size))) { |
361 | printk(KERN_ERR "Error attempting to initialize cipher with " | 361 | printk(KERN_ERR "Error attempting to initialize cipher with " |
362 | "name = [%s] and key size = [%d]; rc = [%d]\n", | 362 | "name = [%s] and key size = [%td]; rc = [%d]\n", |
363 | mount_crypt_stat->global_default_cipher_name, | 363 | mount_crypt_stat->global_default_cipher_name, |
364 | mount_crypt_stat->global_default_cipher_key_size, rc); | 364 | mount_crypt_stat->global_default_cipher_key_size, rc); |
365 | rc = -EINVAL; | 365 | rc = -EINVAL; |