Skip to content

Commit 8f4338b

Browse files
Chu Guangqingakpm00
authored andcommitted
zram: fix a spelling mistake
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>
1 parent a493c7a commit 8f4338b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/block/zram/zram_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ static int zram_writeback_slots(struct zram *zram,
10431043
index = pps->index;
10441044
zram_slot_lock(zram, index);
10451045
/*
1046-
* scan_slots() sets ZRAM_PP_SLOT and relases slot lock, so
1046+
* scan_slots() sets ZRAM_PP_SLOT and releases slot lock, so
10471047
* slots can change in the meantime. If slots are accessed or
10481048
* freed they lose ZRAM_PP_SLOT flag and hence we don't
10491049
* post-process them.

0 commit comments

Comments
 (0)