kernel-hacking-2024-linux-s.../drivers/net/caif
xypron.glpk@gmx.de 59d53bc213 net: caif: use correct format specifier
%u is the wrong format specifier for int.
size_t cannot be converted to int without possible
loss of information.

So leave the result as size_t and use %zu as format specifier.

cf. Documentation/printk-formats.txt

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-01 13:32:51 -07:00
..
caif_hsi.c caif-hsi: Remove deprecated create_singlethread_workqueue 2016-07-25 21:39:36 -07:00
caif_serial.c net: caif: convert to using IFF_NO_QUEUE 2015-08-18 11:55:07 -07:00
caif_spi.c net: caif: use correct format specifier 2016-08-01 13:32:51 -07:00
caif_spi_slave.c
caif_virtio.c caif: Fix napi poll list corruption 2014-12-22 16:34:39 -05:00
Kconfig
Makefile