lkml.org 
[lkml]   [2021]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] crypto: correct the use of print format
Date
According to Documentation/core-api/printk-formats.rst,
Use the correct print format. Printing an unsigned int value should use %u
instead of %d. Otherwise printk() might end up displaying negative numbers.

Kai Ye (2):
crypto/atmel - use the correct print format
crypto: hisilicon/sec_drv - use the correct print format

drivers/crypto/atmel-i2c.c | 2 +-
drivers/crypto/atmel-sha.c | 4 ++--
drivers/crypto/hisilicon/sec/sec_drv.c | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)

--
2.8.1

\
 
 \ /
  Last update: 2021-04-08 12:27    [W:0.035 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site