Commit f6ab738
tools/bootconfig: Fix the wrong format specifier
Use '%u' instead of '%d' for unsigned int.
Link: https://lore.kernel.org/all/[email protected]/
Fixes: 9737800 ("tools/bootconfig: Suppress non-error messages")
Signed-off-by: Luo Yifan <[email protected]>
Signed-off-by: Masami Hiramatsu (Google) <[email protected]>1 parent ffd294d commit f6ab738
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
0 commit comments