From nobody Fri Apr 3 11:13:18 2026 Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6CCD820CCDC for ; Thu, 19 Feb 2026 23:44:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771544680; cv=none; b=LOCj4KHAWuhF9WgwHjRJ/OPcPuRDA6rbAVZOwu77MVB7Sik4myAa4L+9M0dVMRrTLBioMDUTWRdTBdyf0fSF7AcFU3BJH9VCSDuLIwyJ1+JY27ZIY8TcukDd4aYrPUG0Se31UKGoain2ghax88hmHcyz5G/8TCfqbHZl8xASr2I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771544680; c=relaxed/simple; bh=Ssiimp3vROoVtSfoWbrKqEJlUi/Q/Hss4iAR6yggRj0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=mQ45oX+VZM3RQRefLpydMMXMZRtl84rK1h4Ol8z+6MS0gUiVX3SmSLBfTWvKJRLOURRsc8x3HxGSy589JFE5aXMO/voqalDHB0zTZ80p7ma2WvYF/oXp1ngnjbTrZbC+1JeEvFuRzSdupbEbA9xTwJwnBg6FrqL3F/skA3K2I2M= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mssola.com; spf=fail smtp.mailfrom=mssola.com; dkim=pass (2048-bit key) header.d=mssola.com header.i=@mssola.com header.b=o+5Q+56u; arc=none smtp.client-ip=80.241.56.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mssola.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=mssola.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mssola.com header.i=@mssola.com header.b="o+5Q+56u" Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4fH92q6B3yz9ttX; Fri, 20 Feb 2026 00:44:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mssola.com; s=MBO0001; t=1771544675; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=cWBvxnCm8c8qlcABF/W4RvtDjfPmFUG7UXfKTt4gQJs=; b=o+5Q+56uwoCko1Iq4A51scATGp6MKFOboyCEknSoyn88ysxD2UICbJ/qKQqqh8jqFW9xob wJha6RIIvjnL+fPT7JyOAdu6hKGhyNwFL4BWhaxIh4CdxeqxKV84aAOPfqlbPy7kFCqV62 5eRoKYT+c+3NF0b2JHf9ypZVvIxOJq6toWYiEXacnN8p3baPLAfo4ygLMonzS2GhgLN+aC XslNPYIZdyTzxw16vfrsDgf6kjeXcRxiKltyNP8SaKk9TVEb9shyMJfaONcdVRgXnEglFE jBMIfdGZdsdsqvgJsaHZs++hObdawWoTOowZzf/wt/ifDVH7R5Fe7xgaQUKyGQ== From: =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= To: akpm@linux-foundation.org Cc: david@kernel.org, lorenzo.stoakes@oracle.com, Liam.Howlett@oracle.com, vbabka@suse.cz, rppt@kernel.org, surenb@google.com, mhocko@suse.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= Subject: [PATCH] mm: fix typo in the comment of mod_zone_state() Date: Fri, 20 Feb 2026 00:44:07 +0100 Message-ID: <20260219234407.3261196-1-mssola@mssola.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Use the proper function name, followed by parenthesis as usual. Signed-off-by: Miquel Sabat=C3=A9 Sol=C3=A0 Acked-by: SeongJae Park Reviewed-by: Lorenzo Stoakes (Oracle) --- mm/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/vmstat.c b/mm/vmstat.c index 65de88cdf40e..f69225122768 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 overh= ead - * 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. -- 2.53.0