* [PATCH] fs crypto: fix semicolon.cocci warnings
@ 2016-02-17 13:30 Julia Lawall
2016-02-17 18:55 ` Jaegeuk Kim
0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2016-02-17 13:30 UTC (permalink / raw)
To: Jaegeuk Kim
Cc: kbuild-all, Michael Halcrow, Theodore Ts'o, Ildar Muslukhov,
linux-kernel
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) {
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fs crypto: fix semicolon.cocci warnings
2016-02-17 13:30 [PATCH] fs crypto: fix semicolon.cocci warnings Julia Lawall
@ 2016-02-17 18:55 ` Jaegeuk Kim
2016-02-17 19:28 ` Julia Lawall
0 siblings, 1 reply; 3+ messages in thread
From: Jaegeuk Kim @ 2016-02-17 18:55 UTC (permalink / raw)
To: Julia Lawall
Cc: kbuild-all, Michael Halcrow, Theodore Ts'o, Ildar Muslukhov,
linux-kernel
Hi Julia,
I just submitted crypto patches, so if you don't mind, can I integrate your
patches into my original ones?
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) {
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fs crypto: fix semicolon.cocci warnings
2016-02-17 18:55 ` Jaegeuk Kim
@ 2016-02-17 19:28 ` Julia Lawall
0 siblings, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2016-02-17 19:28 UTC (permalink / raw)
To: Jaegeuk Kim
Cc: kbuild-all, Michael Halcrow, Theodore Ts'o, Ildar Muslukhov,
linux-kernel
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) {
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-17 19:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 13:30 [PATCH] fs crypto: fix semicolon.cocci warnings Julia Lawall
2016-02-17 18:55 ` Jaegeuk Kim
2016-02-17 19:28 ` Julia Lawall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox