[PATCH] resctrl: fix typo "migrateable" in comments

From: Hemanth Selam

Date: Fri Sep 04 2026 - 07:07:06 EST


Correct "migrateable" to "migratable", reported by scripts/checkpatch.pl
using the misspelling list in scripts/spelling.txt. Only touches comments,
no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
include/linux/resctrl.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h
index dd09c2ce9a0f..c67652eec39b 100644
--- a/include/linux/resctrl.h
+++ b/include/linux/resctrl.h
@@ -547,7 +547,7 @@ void resctrl_arch_pre_mount(void);
*
* Some architectures need to sleep when first programming some of the counters.
* (specifically: arm64's MPAM cache occupancy counters can return 'not ready'
- * for a short period of time). Call from a non-migrateable process context on
+ * for a short period of time). Call from a non-migratable process context on
* a CPU that belongs to domain @d. e.g. use smp_call_on_cpu() or
* schedule_work_on(). This function can be called with interrupts masked,
* e.g. using smp_call_function_any(), but may consistently return an error.
@@ -658,7 +658,7 @@ void resctrl_arch_config_cntr(struct rdt_resource *r, struct rdt_l3_mon_domain *
* @val: Result of the counter read in bytes.
*
* Called on a CPU that belongs to domain @d when "mbm_event" mode is enabled.
- * Called from a non-migrateable process context via smp_call_on_cpu() unless all
+ * Called from a non-migratable process context via smp_call_on_cpu() unless all
* CPUs are nohz_full, in which case it is called via IPI (smp_call_function_any()).
*
* Return:
--
2.48.1