]> git.baikalelectronics.ru Git - kernel.git/commit
fs/reiserfs: replace not-standard %Lu/%Ld
authorFabian Frederick <fabf@skynet.be>
Fri, 8 Aug 2014 21:21:10 +0000 (14:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Aug 2014 22:57:21 +0000 (15:57 -0700)
commit277a62ae8133bb9eda44e8ba54b81557c1117261
treefd04c24cc8d522186769095ac60a2f3610109a8f
parentdd582ea0944560e61d274ad6db9a97199f018d5e
fs/reiserfs: replace not-standard %Lu/%Ld

Fixes checkpatch warnings:

"WARNING: %Ld/%Lu are not-standard C, use %lld/%llu"

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/item_ops.c
fs/reiserfs/prints.c
fs/reiserfs/stree.c
fs/reiserfs/super.c