summaryrefslogtreecommitdiff
path: root/security/pfe/pfk.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/pfe/pfk.c')
-rw-r--r--security/pfe/pfk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pfe/pfk.c b/security/pfe/pfk.c
index ccaed3b23fec..5cfb3758d3cf 100644
--- a/security/pfe/pfk.c
+++ b/security/pfe/pfk.c
@@ -324,7 +324,7 @@ static int pfk_key_size_to_key_type(size_t key_size,
*/
if (key_size != PFK_SUPPORTED_KEY_SIZE) {
- pr_err("not supported key size %lu\n", key_size);
+ pr_err("not supported key size %zu\n", key_size);
return -EINVAL;
}