]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HSI: cmt_speech: fix wrong printf format
authorRosen Penev <rosenp@gmail.com>
Sat, 21 Mar 2026 03:42:27 +0000 (20:42 -0700)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 25 Mar 2026 00:52:53 +0000 (01:52 +0100)
commit59b026da003831babb77d5155e82342bce226079
treeb3bb765741c427117d8f6dcc32335821bafc2d7f
parent3416431ed281e1d9c729c66e0509803d3fcc5041
HSI: cmt_speech: fix wrong printf format

sizeof returns size_t. Use the zu specifier for it. Fixes on x86-64:

error: format ‘%u’ expects argument of type ‘unsigned int’, but
argument 5 has type ‘long unsigned int’ [-Werror=format=]

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20260321034227.3900-1-rosenp@gmail.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/hsi/clients/cmt_speech.c