aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
authorZhouyi Zhou <zhouzhouyi@gmail.com>2026-05-05 02:11:25 +0000
committerAndrew Morton <akpm@linux-foundation.org>2026-05-28 21:05:08 -0700
commit9d5685286aa8c5ef70d8e1a34cef5daf518ae237 (patch)
treebfdf6913de5cc080c83f1199524ca9ebc2c9f3eb /include
parentf27d56b4f2aa0ffeda7113df3443448bc907acaf (diff)
downloadlinux-next-history-9d5685286aa8c5ef70d8e1a34cef5daf518ae237.tar.gz
highmem-internal.h: fix typo in the comment for kunmap_atomic()
Replace `PREEMP_RT` with `PREEMPT_RT` in the header comment to match the correct kernel configuration name. Link: https://lore.kernel.org/20260505021125.1941691-1-zhouzhouyi@gmail.com Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com> Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/highmem-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/highmem-internal.h b/include/linux/highmem-internal.h
index 0574c21ca45da..bb71e7dba4f7f 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.