1
0
Fork 0

Cramfs: trivial whitespace fixes

Signed-off-by: Nicolas Pitre <nico@linaro.org>
hifive-unleashed-5.1
Nicolas Pitre 2018-10-30 14:22:58 -04:00
parent 672ca9dd13
commit 56ce68bcee
1 changed files with 2 additions and 2 deletions

View File

@ -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 {