On 07/30/2016 11:30 AM, Nicolas Iooss wrote:
> handle_object_size_mismatch() used %pk to format a kernel pointer with
> pr_err().  This seemed to be a misspelling for %pK, but using this to
> format a kernel pointer does not make much sence here.
> 
> Therefore use %p instead, like in handle_missaligned_access().
> 
> Signed-off-by: Nicolas Iooss <[email protected]>

Acked-by: Andrey Ryabinin <[email protected]>

Reply via email to