Re: [RESEND PATCH 3/4] selftests/mm: split_huge_page_test: skip the test when thp is not available
From: David Hildenbrand (Arm)
Date: Thu Mar 12 2026 - 15:45:52 EST
>
> + if (!thp_is_enabled()) {
> + ksft_exit_skip("Transparent Hugepages not available\n");
> + }
> +
No need for the {}
--
Cheers,
David