From: "Motiejus Jakštys" <motiejus@jakstys.lt>
To: linux-mm@kvack.org
Cc: stable@vger.kernel.org
Subject: [PATCH] tools/mm: fix compile error
Date: Tue, 12 Nov 2024 19:16:55 +0200 [thread overview]
Message-ID: <20241112171655.1662670-1-motiejus@jakstys.lt> (raw)
Not much to be said here, add a missing semicolon.
Fixes: ece5897e5a10 ("tools/mm: -Werror fixes in page-types/slabinfo")
Closes: https://github.com/NixOS/nixpkgs/issues/355369
Signed-off-by: Motiejus Jakštys <motiejus@jakstys.lt>
Cc: <stable@vger.kernel.org>
---
tools/mm/page-types.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/mm/page-types.c b/tools/mm/page-types.c
index 6eb17cc1a06c..bcac7ebfb51f 100644
--- a/tools/mm/page-types.c
+++ b/tools/mm/page-types.c
@@ -420,7 +420,7 @@ static void show_page(unsigned long voffset, unsigned long offset,
if (opt_file)
printf("%lx\t", voffset);
if (opt_list_cgroup)
- printf("@%" PRIu64 "\t", cgroup)
+ printf("@%" PRIu64 "\t", cgroup);
if (opt_list_mapcnt)
printf("%" PRIu64 "\t", mapcnt);
base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623
--
2.44.2
next reply other threads:[~2024-11-12 17:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 17:16 Motiejus Jakštys [this message]
2024-11-12 20:53 ` SeongJae Park
2024-11-13 21:54 ` Vishal Moola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241112171655.1662670-1-motiejus@jakstys.lt \
--to=motiejus@jakstys.lt \
--cc=linux-mm@kvack.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox