Squeeze a comment into a single line. Signed-off-by: Nhat Pham <nphamcs@xxxxxxxxx> --- mm/page_io.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mm/page_io.c b/mm/page_io.c index 0004c9fbf7e8..aa190e3cb050 100644 --- a/mm/page_io.c +++ b/mm/page_io.c @@ -524,9 +524,7 @@ void swap_read_folio(struct folio *folio, struct swap_iocb **plug) goto finish; } - /* - * We have to read the page from slower devices. Increase zswap protection. - */ + /* We have to read from slower devices. Increase zswap protection. */ zswap_folio_swapin(folio); if (data_race(sis->flags & SWP_FS_OPS)) { -- 2.43.0