1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00
Kuan-Wei Chiu 7da017eaa4 test_firmware: use str_true_false() helper
Replace ternary (condition ?  "true" : "false") expressions with the
str_true_false() helper from string_choices.h.  This improves readability
by replacing the three-operand ternary with a single function call,
ensures consistent string output, and allows potential string
deduplication by the linker, resulting in a slightly smaller binary.

Link: https://lkml.kernel.org/r/20250814095033.244034-1-visitorckw@gmail.com
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: Kuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-09-13 17:32:46 -07:00
..
2025-07-31 16:52:32 -07:00
2025-04-11 17:32:38 -07:00
2025-04-11 17:32:37 -07:00
2025-09-13 17:32:45 -07:00
2025-07-08 19:11:57 -04:00
2025-06-30 09:31:57 -07:00
2025-07-13 16:38:24 -07:00
2025-05-11 17:54:04 -07:00
2025-07-09 22:42:05 -07:00
2025-08-02 12:01:41 -07:00
2025-08-04 10:54:36 -07:00
2025-08-02 12:01:37 -07:00