]> Git Repo - linux.git/commit - fs/ubifs/debug.c
ubifs: Fix the printing type of c->big_lpt
authorChengsong Ke <[email protected]>
Sat, 31 Oct 2020 08:54:20 +0000 (16:54 +0800)
committerRichard Weinberger <[email protected]>
Sun, 13 Dec 2020 20:57:10 +0000 (21:57 +0100)
commitf212400783911a2732eaa5022c9157659c85ccc6
tree9b1c50150b0b8d55283e1dd5bf803421d479dbd2
parentcd3ed3c73ac671ff6b0230ccb72b8300292d3643
ubifs: Fix the printing type of c->big_lpt

Ubifs uses %d to print c->big_lpt, but c->big_lpt is a variable
of type unsigned int and should be printed with %u.

Signed-off-by: Chengsong Ke <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
fs/ubifs/debug.c
fs/ubifs/lpt.c
This page took 0.047386 seconds and 4 git commands to generate.