[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.10.1602170829350.2685@hadrien>
Date: Wed, 17 Feb 2016 08:30:56 -0500 (EST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Jaegeuk Kim <jaegeuk@...nel.org>
cc: kbuild-all@...org, Michael Halcrow <mhalcrow@...gle.com>,
Theodore Ts'o <tytso@....edu>,
Ildar Muslukhov <ildarm@...gle.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] fs crypto: fix semicolon.cocci warnings
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
Signed-off-by: Julia Lawall <julia.lawall@...6.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) {
Powered by blists - more mailing lists