projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
672ca9d
)
Cramfs: trivial whitespace fixes
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Tue, 30 Oct 2018 18:22:58 +0000
(14:22 -0400)
committer
Nicolas Pitre
<nicolas.pitre@linaro.org>
Tue, 30 Oct 2018 18:24:19 +0000
(14:24 -0400)
Signed-off-by: Nicolas Pitre <nico@linaro.org>
fs/cramfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/cramfs/inode.c
b/fs/cramfs/inode.c
index 6e000392e4a4172da4eb3550edd01158e5979116..0fb6e28e6c13f11ab06024ce04790f33180175a9 100644
(file)
--- a/
fs/cramfs/inode.c
+++ b/
fs/cramfs/inode.c
@@
-870,8
+870,8
@@
static int cramfs_readpage(struct file *file, struct page *page)
if (unlikely(block_start & CRAMFS_BLK_FLAG_DIRECT_PTR)) {
/* See comments on earlier code. */
u32 prev_start = block_start;
- block_start = prev_start & ~CRAMFS_BLK_FLAGS;
- block_start <<= CRAMFS_BLK_DIRECT_PTR_SHIFT;
+
block_start = prev_start & ~CRAMFS_BLK_FLAGS;
+
block_start <<= CRAMFS_BLK_DIRECT_PTR_SHIFT;
if (prev_start & CRAMFS_BLK_FLAG_UNCOMPRESSED) {
block_start += PAGE_SIZE;
} else {