From: Miquel Sabaté Solà Date: Thu, 19 Feb 2026 23:44:07 +0000 (+0100) Subject: mm: fix typo in the comment of mod_zone_state() X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e623b4ebee9d3a4b1e408b2c3e60cfc99b4e61ea;p=thirdparty%2Fkernel%2Flinux.git mm: fix typo in the comment of mod_zone_state() Use the proper function name, followed by parenthesis as usual. Link: https://lkml.kernel.org/r/20260219234407.3261196-1-mssola@mssola.com Signed-off-by: Miquel Sabaté Solà Acked-by: SeongJae Park Reviewed-by: Lorenzo Stoakes (Oracle) Cc: David Hildenbrand Cc: Liam Howlett Cc: Michal Hocko Cc: Mike Rapoport Cc: Suren Baghdasaryan Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- diff --git a/mm/vmstat.c b/mm/vmstat.c index 44bbb7752f11b..667474773dbc7 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -547,7 +547,7 @@ EXPORT_SYMBOL(__dec_node_page_state); #ifdef CONFIG_HAVE_CMPXCHG_LOCAL /* * If we have cmpxchg_local support then we do not need to incur the overhead - * that comes with local_irq_save/restore if we use this_cpu_cmpxchg. + * that comes with local_irq_save/restore if we use this_cpu_try_cmpxchg(). * * mod_state() modifies the zone counter state through atomic per cpu * operations.