[PATCH] keys/keyring: Fix typo in string
David Howells
dhowells at redhat.com
Tue Jul 5 13:32:15 UTC 2022
Li zeming <zeming at nfschina.com> wrote:
> - kenter("{%s,%d},,{%zu/%zu}",
> + kenter("{%s,%d},{%zu/%zu}",
> key->type->name, key->serial, ctx->count, ctx->buflen);
This changed, so yes, it can be fixed.
> - kenter("{%d},,%zu", key_serial(keyring), buflen);
> + kenter("{%d},%zu", key_serial(keyring), buflen);
This one's not a typo.
David
More information about the Linux-security-module-archive
mailing list