]> www.infradead.org Git - linux.git/commit
selftests/x86: fix printk warnings reported by clang
authorJohn Hubbard <jhubbard@nvidia.com>
Thu, 4 Jul 2024 07:24:31 +0000 (00:24 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 11 Jul 2024 17:23:55 +0000 (11:23 -0600)
commitb84111cda99845b2ff248bae37b34f57882d513c
treedbb169674b43bfcd49300e7fa6fcd516a0381f2d
parent7d17b29b0e4b9a97426873f72e9cc6d35cfaf88f
selftests/x86: fix printk warnings reported by clang

These warnings are all of the form, "the format specified a short
(signed or unsigned) int, but the value is a full length int".

Acked-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/x86/sigreturn.c
tools/testing/selftests/x86/test_vsyscall.c