Re: [PATCH 1/1] btrfs: Use correct format specifier

2016-06-13 Thread David Sterba
On Sat, Jun 11, 2016 at 06:11:10PM +0200, Heinrich Schuchardt wrote: > Component mirror_num of struct btrfsic_block is defined > as unsigned int. Use %u as format specifier. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: David Sterba -- To unsubscribe

[PATCH 1/1] btrfs: Use correct format specifier

2016-06-11 Thread Heinrich Schuchardt
Component mirror_num of struct btrfsic_block is defined as unsigned int. Use %u as format specifier. Signed-off-by: Heinrich Schuchardt --- fs/btrfs/check-integrity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/check-integrity.c