]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/ubifs/debug.c
ubifs: Fix the printing type of c->big_lpt
authorChengsong Ke <kechengsong@huawei.com>
Sat, 31 Oct 2020 08:54:20 +0000 (16:54 +0800)
committerRichard Weinberger <richard@nod.at>
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 <kechengsong@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/debug.c
fs/ubifs/lpt.c