mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
udf: remove unneeded line break
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
02d4ca49fa
commit
bbc9abd239
@ -2271,8 +2271,7 @@ int8_t inode_bmap(struct inode *inode, sector_t block,
|
||||
uint32_t *elen, sector_t *offset)
|
||||
{
|
||||
unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits;
|
||||
loff_t lbcount = 0, bcount =
|
||||
(loff_t) block << blocksize_bits;
|
||||
loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits;
|
||||
int8_t etype;
|
||||
struct udf_inode_info *iinfo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user