summaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-09-02 13:52:15 +0100
committerJames Morris <james.l.morris@oracle.com>2014-09-03 11:08:45 +1000
commit027cb0e7cb1c4f92fc98128118eea5d4b64ce231 (patch)
tree7186f0c1bc79cd8be9b5146906a7ccff620d8a38 /crypto/asymmetric_keys
parenta6b60860ca8dc82ef8344092ed8958354f3704a9 (diff)
downloadlinux-crypto-027cb0e7cb1c4f92fc98128118eea5d4b64ce231.tar.gz
linux-crypto-027cb0e7cb1c4f92fc98128118eea5d4b64ce231.zip
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/asymmetric_keys')
-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 50b3f880..7525fd18 100644
--- a/crypto/asymmetric_keys/signature.c
+++ b/crypto/asymmetric_keys/signature.c
@@ -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>