]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
zram: fix a spelling mistake
authorChu Guangqing <chuguangqing@inspur.com>
Tue, 25 Nov 2025 02:05:22 +0000 (10:05 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 29 Nov 2025 18:41:08 +0000 (10:41 -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

index 1a1159a70fb4105127e0484553a02befd15cbca9..5759823d631488904189168326fd133549c76141 100644 (file)
@@ -1043,7 +1043,7 @@ static int zram_writeback_slots(struct zram *zram,
                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.