* [PATCH] quota: fix semicolon.cocci warnings
[not found] <201507232240.BXhH6IoS%fengguang.wu@intel.com>
@ 2015-07-23 14:37 ` kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2015-07-23 14:37 UTC (permalink / raw)
To: Jan Kara; +Cc: kbuild-all, linux-kernel
fs/quota/dquot.c:1999:32-33: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Jan Kara <jack@suse.cz>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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));
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-23 14:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201507232240.BXhH6IoS%fengguang.wu@intel.com>
2015-07-23 14:37 ` [PATCH] quota: fix semicolon.cocci warnings kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox