diff options
Diffstat (limited to 'fs/cifs/cifsacl.c')
-rw-r--r-- | fs/cifs/cifsacl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c index 3cc1b251ca08..1885da4fca82 100644 --- a/fs/cifs/cifsacl.c +++ b/fs/cifs/cifsacl.c | |||
@@ -525,7 +525,7 @@ init_cifs_idmap(void) | |||
525 | struct key *keyring; | 525 | struct key *keyring; |
526 | int ret; | 526 | int ret; |
527 | 527 | ||
528 | cFYI(1, "Registering the %s key type\n", cifs_idmap_key_type.name); | 528 | cFYI(1, "Registering the %s key type", cifs_idmap_key_type.name); |
529 | 529 | ||
530 | /* create an override credential set with a special thread keyring in | 530 | /* create an override credential set with a special thread keyring in |
531 | * which requests are cached | 531 | * which requests are cached |
@@ -572,7 +572,7 @@ init_cifs_idmap(void) | |||
572 | sidgidtree = RB_ROOT; | 572 | sidgidtree = RB_ROOT; |
573 | register_shrinker(&cifs_shrinker); | 573 | register_shrinker(&cifs_shrinker); |
574 | 574 | ||
575 | cFYI(1, "cifs idmap keyring: %d\n", key_serial(keyring)); | 575 | cFYI(1, "cifs idmap keyring: %d", key_serial(keyring)); |
576 | return 0; | 576 | return 0; |
577 | 577 | ||
578 | failed_put_key: | 578 | failed_put_key: |
@@ -589,7 +589,7 @@ exit_cifs_idmap(void) | |||
589 | unregister_key_type(&cifs_idmap_key_type); | 589 | unregister_key_type(&cifs_idmap_key_type); |
590 | put_cred(root_cred); | 590 | put_cred(root_cred); |
591 | unregister_shrinker(&cifs_shrinker); | 591 | unregister_shrinker(&cifs_shrinker); |
592 | cFYI(1, "Unregistered %s key type\n", cifs_idmap_key_type.name); | 592 | cFYI(1, "Unregistered %s key type", cifs_idmap_key_type.name); |
593 | } | 593 | } |
594 | 594 | ||
595 | void | 595 | void |