Commit 4f5c829
block: fix type for printf argument
When making the block-%d id, the type should be %u. Fixes:
block/bio.c:92:62: warning: incorrect type in argument 4 (different types)
block/bio.c:92:62: expected int
block/bio.c:92:62: got unsigned int size
Signed-off-by: Ben Dooks <[email protected]>1 parent 4a5ddea commit 4f5c829
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments