Commit 5a7a4e4
selftests: kselftest: Fix the wrong format specifier
The format specifier of "unsigned int" in printf()
should be "%u", not "%d".
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: zhang jiao <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>1 parent 8694e6a commit 5a7a4e4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
0 commit comments