diff options
author | David Howells <dhowells@redhat.com> | 2014-09-02 13:52:15 +0100 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2014-09-03 11:08:45 +1000 |
commit | c3ce6dfa48e3879206382cdfdc015bffc50dce30 (patch) | |
tree | e34e09bf74b4bb3c0aa40a6d87ee50753b5bebbd /crypto/asymmetric_keys | |
parent | fbff66108352d19b5cffa7dce26d7638c9dd4d70 (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/asymmetric_keys')
-rw-r--r-- | crypto/asymmetric_keys/signature.c | 1 |
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 @@ * 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> |