projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b91671b
)
UBIFS: Align the dump messages of SB_NODE
author
hujianyang
<hujianyang@huawei.com>
Sat, 20 Sep 2014 06:55:11 +0000
(14:55 +0800)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Fri, 26 Sep 2014 10:33:41 +0000
(13:33 +0300)
I found the dump messages of UBIFS_SB_NODE is not aligned. This
patch remove the extra space from the line which is retracted.
Signed-off-by: hujianyang <hujianyang@huawei.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/debug.c
patch
|
blob
|
history
diff --git
a/fs/ubifs/debug.c
b/fs/ubifs/debug.c
index 177b0152fef48c2a71975ce41dc811b11c7b45d7..d0bcf9290ea4fa241ec6c4c836e90b366d69de70 100644
(file)
--- a/
fs/ubifs/debug.c
+++ b/
fs/ubifs/debug.c
@@
-334,9
+334,9
@@
void ubifs_dump_node(const struct ubifs_info *c, const void *node)
pr_err("\tkey_fmt %d (%s)\n",
(int)sup->key_fmt, get_key_fmt(sup->key_fmt));
pr_err("\tflags %#x\n", sup_flags);
- pr_err("\t
big_lpt
%u\n",
+ pr_err("\t
big_lpt
%u\n",
!!(sup_flags & UBIFS_FLG_BIGLPT));
- pr_err("\t
space_fixup
%u\n",
+ pr_err("\t
space_fixup
%u\n",
!!(sup_flags & UBIFS_FLG_SPACE_FIXUP));
pr_err("\tmin_io_size %u\n", le32_to_cpu(sup->min_io_size));
pr_err("\tleb_size %u\n", le32_to_cpu(sup->leb_size));