Linux real-time development
 help / color / mirror / Atom feed
* [PATCH] PREEMPT_RT: Fix the typo in the comment for kunmap_atomic()
@ 2026-05-05  2:11 Zhouyi Zhou
  2026-05-05  6:46 ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 2+ messages in thread
From: Zhouyi Zhou @ 2026-05-05  2:11 UTC (permalink / raw)
  To: bigeasy, clrkwllms, rostedt, david, akpm, vbabka, willy, ljs,
	max.kellermann, linux-kernel, linux-rt-devel
  Cc: Zhouyi Zhou

Replace `PREEMP_RT` with `PREEMPT_RT` in the header comment to
match the correct kernel configuration name.

Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com>

---
 include/linux/highmem-internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/highmem-internal.h b/include/linux/highmem-internal.h
index 0574c21ca45d..bb71e7dba4f7 100644
--- a/include/linux/highmem-internal.h
+++ b/include/linux/highmem-internal.h
@@ -262,7 +262,7 @@ static inline bool is_kmap_addr(const void *x)
  * @__addr:       Virtual address to be unmapped
  *
  * Unmaps an address previously mapped by kmap_atomic() and re-enables
- * pagefaults. Depending on PREEMP_RT configuration, re-enables also
+ * pagefaults. Depending on PREEMPT_RT configuration, re-enables also
  * migration and preemption. Users should not count on these side effects.
  *
  * Mappings should be unmapped in the reverse order that they were mapped.
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PREEMPT_RT: Fix the typo in the comment for kunmap_atomic()
  2026-05-05  2:11 [PATCH] PREEMPT_RT: Fix the typo in the comment for kunmap_atomic() Zhouyi Zhou
@ 2026-05-05  6:46 ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Andrzej Siewior @ 2026-05-05  6:46 UTC (permalink / raw)
  To: Zhouyi Zhou
  Cc: clrkwllms, rostedt, david, akpm, vbabka, willy, ljs,
	max.kellermann, linux-kernel, linux-rt-devel

On 2026-05-05 02:11:25 [+0000], Zhouyi Zhou wrote:
> Replace `PREEMP_RT` with `PREEMPT_RT` in the header comment to
> match the correct kernel configuration name.
> 
> Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com>

Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

Sebastian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-05  6:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05  2:11 [PATCH] PREEMPT_RT: Fix the typo in the comment for kunmap_atomic() Zhouyi Zhou
2026-05-05  6:46 ` Sebastian Andrzej Siewior

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