* [merged mm-stable] zram-fix-a-spelling-mistake.patch removed from -mm tree
@ 2025-11-29 18:41 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-11-29 18:41 UTC (permalink / raw)
To: mm-commits, senozhatsky, minchan, axboe, chuguangqing, akpm
The quilt patch titled
Subject: zram: fix a spelling mistake
has been removed from the -mm tree. Its filename was
zram-fix-a-spelling-mistake.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Chu Guangqing <chuguangqing@inspur.com>
Subject: zram: fix a spelling mistake
Date: Tue, 25 Nov 2025 10:05:22 +0800
The spelling of the word "relases" is incorrect; it should be "releases".
Link: https://lkml.kernel.org/r/20251125020522.1913-1-chuguangqing@inspur.com
Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/block/zram/zram_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/block/zram/zram_drv.c~zram-fix-a-spelling-mistake
+++ a/drivers/block/zram/zram_drv.c
@@ -1043,7 +1043,7 @@ static int zram_writeback_slots(struct z
index = pps->index;
zram_slot_lock(zram, index);
/*
- * scan_slots() sets ZRAM_PP_SLOT and relases slot lock, so
+ * scan_slots() sets ZRAM_PP_SLOT and releases slot lock, so
* slots can change in the meantime. If slots are accessed or
* freed they lose ZRAM_PP_SLOT flag and hence we don't
* post-process them.
_
Patches currently in -mm which might be from chuguangqing@inspur.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-29 18:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-29 18:41 [merged mm-stable] zram-fix-a-spelling-mistake.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.