Skip to content

Commit

Permalink
KEYS: Set pr_fmt() in asymmetric key signature handling
Browse files Browse the repository at this point in the history
Printing in base signature handling should have a prefix, so set pr_fmt().

Signed-off-by: David Howells <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
dhowells authored and James Morris committed Sep 3, 2014
1 parent fbff661 commit c3ce6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/asymmetric_keys/signature.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* 2 of the Licence, or (at your option) any later version.
*/

#define pr_fmt(fmt) "SIG: "fmt
#include <keys/asymmetric-subtype.h>
#include <linux/module.h>
#include <linux/err.h>
Expand Down

0 comments on commit c3ce6df

Please sign in to comment.