| From: Xuanye Liu <liuqiye2025@163.com> |
| Subject: mm: fix spelling issue in swap.h |
| Date: Wed, 2 Jul 2025 15:12:35 +0800 |
| |
| recliam -> reclaim |
| |
| Link: https://lkml.kernel.org/r/20250702071235.212794-1-liuqiye2025@163.com |
| Signed-off-by: Xuanye Liu <liuqiye2025@163.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| include/linux/swap.h | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/include/linux/swap.h~mm-fix-spelling-issue-in-swaph |
| +++ a/include/linux/swap.h |
| @@ -415,7 +415,7 @@ extern unsigned long try_to_free_pages(s |
| #define MIN_SWAPPINESS 0 |
| #define MAX_SWAPPINESS 200 |
| |
| -/* Just recliam from anon folios in proactive memory reclaim */ |
| +/* Just reclaim from anon folios in proactive memory reclaim */ |
| #define SWAPPINESS_ANON_ONLY (MAX_SWAPPINESS + 1) |
| |
| extern unsigned long try_to_free_mem_cgroup_pages(struct mem_cgroup *memcg, |
| _ |