Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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à <mssola@mssola.com>
Acked-by: SeongJae Park <sj@kernel.org>
Reviewed-by: Lorenzo Stoakes (Oracle) <ljs@kernel.org>
Cc: David Hildenbrand <david@kernel.org>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Miquel Sabaté Solà and committed by
Andrew Morton
e623b4eb e4f4fc7a

+1 -1
+1 -1
mm/vmstat.c
··· 547 547 #ifdef CONFIG_HAVE_CMPXCHG_LOCAL 548 548 /* 549 549 * If we have cmpxchg_local support then we do not need to incur the overhead 550 - * that comes with local_irq_save/restore if we use this_cpu_cmpxchg. 550 + * that comes with local_irq_save/restore if we use this_cpu_try_cmpxchg(). 551 551 * 552 552 * mod_state() modifies the zone counter state through atomic per cpu 553 553 * operations.