All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] kselftest: alsa: Fix a couple of format specifiers and function parameters
@ 2024-01-07 15:12 Mirsad Todorovac
  2024-01-07 15:12 ` [PATCH v1 1/4] kselftest: alsa: fix the number of parameters to ksft_exit_fail_msg() Mirsad Todorovac
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Mirsad Todorovac @ 2024-01-07 15:12 UTC (permalink / raw)
  To: Nícolas F. R. A. Prado, Mark Brown, linux-sound,
	linux-kselftest, linux-kernel
  Cc: Jaroslav Kysela, Takashi Iwai, Shuah Khan, Mirsad Todorovac

Minor fixes of compiler warnings and one bug in the number of parameters which
would not crash the test but it is better fixed for correctness sake.

As the general climate in the Linux kernel community is to fix all compiler
warnings, this could be on the right track, even if only in the testing suite.

Mirsad Todorovac (4):
  kselftest: alsa: fix the number of parameters to ksft_exit_fail_msg()
  kselftest: alsa: Fix the printf format specifier in call to
    ksft_print_msg()
  ksellftest: alsa: Fix the printf format specifier to unsigned int
  selftests: alsa: Fix the exit error message parameter in sysfs_get()

 tools/testing/selftests/alsa/conf.c       | 2 +-
 tools/testing/selftests/alsa/mixer-test.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-01-07 19:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-07 15:12 [PATCH v1 0/4] kselftest: alsa: Fix a couple of format specifiers and function parameters Mirsad Todorovac
2024-01-07 15:12 ` [PATCH v1 1/4] kselftest: alsa: fix the number of parameters to ksft_exit_fail_msg() Mirsad Todorovac
2024-01-07 15:34   ` Mark Brown
2024-01-07 15:12 ` [PATCH v1 2/4] kselftest: alsa: Fix the printf format specifier in call to ksft_print_msg() Mirsad Todorovac
2024-01-07 15:30   ` Mark Brown
2024-01-07 15:12 ` [PATCH v1 3/4] ksellftest: alsa: Fix the printf format specifier to unsigned int Mirsad Todorovac
2024-01-07 15:33   ` Mark Brown
2024-01-07 16:21     ` Mirsad Todorovac
2024-01-07 18:14       ` Mark Brown
2024-01-07 18:43         ` Mirsad Todorovac
2024-01-07 18:40   ` Andreas Schwab
2024-01-07 19:15     ` Mirsad Todorovac
2024-01-07 16:07 ` [PATCH v1 4/4] selftests: alsa: Fix the exit error message parameter in sysfs_get() Mirsad Todorovac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.