From: Wilson Zeng Date: Tue, 27 Jan 2026 15:25:35 +0000 (+0800) Subject: mm/readahead: fix typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1e0c44a41562cb4f17ba3b6818b19a32702198;p=thirdparty%2Fkernel%2Fstable.git mm/readahead: fix typo in comment Fix a typo in a comment: max_readhead -> max_readahead. Link: https://lkml.kernel.org/r/20260127152535.321951-1-cheng20011202@gmail.com Signed-off-by: Wilson Zeng Reviewed-by: Lorenzo Stoakes Signed-off-by: Andrew Morton --- diff --git a/mm/readahead.c b/mm/readahead.c index b415c9969176..6f231a283f89 100644 --- a/mm/readahead.c +++ b/mm/readahead.c @@ -436,7 +436,7 @@ static unsigned long get_next_ra_size(struct file_ra_state *ra, * based on I/O request size and the max_readahead. * * The code ramps up the readahead size aggressively at first, but slow down as - * it approaches max_readhead. + * it approaches max_readahead. */ static inline int ra_alloc_folio(struct readahead_control *ractl, pgoff_t index,