]> Git Repo - u-boot.git/commit
fs: btrfs: Fix printf format character warning
authorTom Rini <[email protected]>
Sat, 27 Jan 2018 22:23:21 +0000 (17:23 -0500)
committerTom Rini <[email protected]>
Mon, 29 Jan 2018 17:50:08 +0000 (12:50 -0500)
commitf39bfec230828a843bb53d0213709d47db1574df
tree6282bc11243fedf757ff2bd77d7aca0c7b652b78
parentc5e6e9b3d6a19631c7882a0d2f313f3d6c79c658
fs: btrfs: Fix printf format character warning

When printing a size_t value we need to use %zu for portability between
32bit and 64bit targets.

Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Marek Behun <[email protected]>
fs/btrfs/super.c
This page took 0.029925 seconds and 4 git commands to generate.