lkml.org 
[lkml]   [2016]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] fs crypto: fix semicolon.cocci warnings


On Wed, 17 Feb 2016, Jaegeuk Kim wrote:

> Hi Julia,
>
> I just submitted crypto patches, so if you don't mind, can I integrate your
> patches into my original ones?

No problem at all.

julia

>
> Thanks,
>
> On Wed, Feb 17, 2016 at 08:30:56AM -0500, Julia Lawall wrote:
> > Remove unneeded semicolon.
> >
> > Generated by: scripts/coccinelle/misc/semicolon.cocci
> >
> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
> > ---
> >
> > crypto.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- a/fs/crypto/crypto.c
> > +++ b/fs/crypto/crypto.c
> > @@ -312,7 +312,7 @@ int fscrypt_zeroout_range(struct inode *
> > }
> > bio->bi_bdev = inode->i_sb->s_bdev;
> > bio->bi_iter.bi_sector =
> > - pblk << (inode->i_sb->s_blocksize_bits - 9);;
> > + pblk << (inode->i_sb->s_blocksize_bits - 9);
> > ret = bio_add_page(bio, ciphertext_page,
> > inode->i_sb->s_blocksize, 0);
> > if (ret != inode->i_sb->s_blocksize) {
>

\
 
 \ /
  Last update: 2016-02-17 21:21    [W:0.161 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site