]> www.infradead.org Git - users/willy/pagecache.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)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Tue, 28 Jan 2025 14:27:01 +0000 (23:27 +0900)
commitf6ab7384d554ba80ff4793259d75535874b366f5
tree1045cdf9d6315103d52cd080ea744b73ee7d58ce
parentffd294d346d185b70e28b1a28abe367bbfe53c04
tools/bootconfig: Fix the wrong format specifier

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>
tools/bootconfig/main.c