lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 23 Jul 2015 22:37:41 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	Jan Kara <jack@...e.cz>
Cc:	kbuild-all@...org, linux-kernel@...r.kernel.org
Subject: [PATCH] quota: fix semicolon.cocci warnings

fs/quota/dquot.c:1999:32-33: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Jan Kara <jack@...e.cz>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---

 dquot.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fs/quota/dquot.c
+++ b/fs/quota/dquot.c
@@ -1996,7 +1996,7 @@ int dquot_transfer(struct inode *inode,
 			}
 			dquot = NULL;
 		}
-		transfer_to[USRQUOTA] = dquot;;
+		transfer_to[USRQUOTA] = dquot;
 	}
 	if (iattr->ia_valid & ATTR_GID && !gid_eq(iattr->ia_gid, inode->i_gid)){
 		dquot = dqget(sb, make_kqid_gid(iattr->ia_gid));
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ