mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] resctrl: fix typo "migrateable" in comments
@ 2026-09-04 10:36 Hemanth Selam
  0 siblings, 0 replies; only message in thread
From: Hemanth Selam @ 2026-09-04 10:36 UTC (permalink / raw)
  To: Tony Luck, Reinette Chatre, x86, Dave Martin, James Morse, Babu Moger
  Cc: linux-kernel

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@gmail.com>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-04 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 10:36 [PATCH] resctrl: fix typo "migrateable" in comments Hemanth Selam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®