Commit 17b1872
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 f962a4d commit 17b1872
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