[PATCH v2] selftests/cpu-hotplug: fix typo in hotplaggable_offline_cpus function name

2025-05-23 Thread Jihed Chaibi
"hotplaggable" is replaced by "hotpluggable" Signed-off-by: Jihed Chaibi --- Changes in v2: - specify the subsusystem in the change log - Link to v1: https://lore.kernel.org/all/20250517011928.673585-1-jihed.chaibi@gmail.com/ --- tools/testing/selftests/cpu-hotplu

[PATCH 1/1] Fix typo in cpu-on-off-test selftest script:

2025-05-16 Thread Jihed Chaibi
Fix typo in hotplaggable_offline_cpus function name: "hotplaggable" is replaced by "hotpluggable" Signed-off-by: Jihed Chaibi --- tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testing/s