Skip to content

Commit

Permalink
Cramfs: trivial whitespace fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nico@linaro.org>
  • Loading branch information
Nicolas Pitre committed Oct 30, 2018
1 parent 672ca9d commit 56ce68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/cramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 56ce68b

Please sign in to comment.