lkml.org 
[lkml]   [2017]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 04/12 linux-next] udf: remove unneeded line break
    On Fri 06-01-17 21:53:52, Fabian Frederick wrote:
    > Signed-off-by: Fabian Frederick <fabf@skynet.be>

    Thanks. Applied.

    Honza

    > ---
    > fs/udf/inode.c | 3 +--
    > 1 file changed, 1 insertion(+), 2 deletions(-)
    >
    > diff --git a/fs/udf/inode.c b/fs/udf/inode.c
    > index 5cac1c3..b5893f4 100644
    > --- a/fs/udf/inode.c
    > +++ b/fs/udf/inode.c
    > @@ -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;
    >
    > --
    > 2.7.4
    >
    >
    --
    Jan Kara <jack@suse.com>
    SUSE Labs, CR

    \
     
     \ /
      Last update: 2017-01-10 11:37    [W:4.031 / U:0.380 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site