huah/linux-kselftest.git next
patch link:
https://lore.kernel.org/r/20240822044630.1267500-1-yanzhen%40vivo.com
patch subject: [PATCH v1] selftests:tdx:Use min macro
:: branch date: 5 days ago
:: commit date: 5 days ago
compiler: clang version 18.1.5 (https://github.com/llvm/ll
On 8/21/24 22:46, Yan Zhen wrote:
Using the min macro is usually more intuitive and readable.
How did you find this problem?
Signed-off-by: Yan Zhen
---
tools/testing/selftests/tdx/tdx_guest_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftest
Using the min macro is usually more intuitive and readable.
Signed-off-by: Yan Zhen
---
tools/testing/selftests/tdx/tdx_guest_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/tdx/tdx_guest_test.c
b/tools/testing/selftests/tdx/tdx_guest_test.c
in