]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tools/bootconfig: Fix the wrong format specifier
authorLuo Yifan <luoyifan@cmss.chinamobile.com>
Tue, 28 Jan 2025 14:27:01 +0000 (23:27 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Feb 2025 09:02:07 +0000 (10:02 +0100)
commit2173a3c96fa1ce8ff13ee82c962d9b5404b801b4
tree5f68f6dfaf4c6c1a91777220f13f53d69258c334
parent8682a71a7f6de7c683f31b4334b04e19685a05f9
tools/bootconfig: Fix the wrong format specifier

[ Upstream commit f6ab7384d554ba80ff4793259d75535874b366f5 ]

Use '%u' instead of '%d' for unsigned int.

Link: https://lore.kernel.org/all/20241105011048.201629-1-luoyifan@cmss.chinamobile.com/
Fixes: 973780011106 ("tools/bootconfig: Suppress non-error messages")
Signed-off-by: Luo Yifan <luoyifan@cmss.chinamobile.com>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/bootconfig/main.c