diff options
author | Chengsong Ke <kechengsong@huawei.com> | 2020-10-31 11:54:20 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2020-12-13 23:57:10 +0300 |
commit | f212400783911a2732eaa5022c9157659c85ccc6 (patch) | |
tree | 9b1c50150b0b8d55283e1dd5bf803421d479dbd2 /drivers | |
parent | cd3ed3c73ac671ff6b0230ccb72b8300292d3643 (diff) | |
download | linux-f212400783911a2732eaa5022c9157659c85ccc6.tar.xz |
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions