aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-09-02 08:52:15 -0400
committerJames Morris <james.l.morris@oracle.com>2014-09-02 21:08:45 -0400
commitc3ce6dfa48e3879206382cdfdc015bffc50dce30 (patch)
treee34e09bf74b4bb3c0aa40a6d87ee50753b5bebbd /crypto
parentfbff66108352d19b5cffa7dce26d7638c9dd4d70 (diff)
KEYS: Set pr_fmt() in asymmetric key signature handling
Printing in base signature handling should have a prefix, so set pr_fmt(). Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asymmetric_keys/signature.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/signature.c b/crypto/asymmetric_keys/signature.c
index 50b3f880b4ff..7525fd183574 100644
--- a/crypto/asymmetric_keys/signature.c
+++ b/crypto/asymmetric_keys/signature.c
@@ -11,6 +11,7 @@
11 * 2 of the Licence, or (at your option) any later version. 11 * 2 of the Licence, or (at your option) any later version.
12 */ 12 */
13 13
14#define pr_fmt(fmt) "SIG: "fmt
14#include <keys/asymmetric-subtype.h> 15#include <keys/asymmetric-subtype.h>
15#include <linux/module.h> 16#include <linux/module.h>
16#include <linux/err.h> 17#include <linux/err.h>