From: kbuild test robot <fengguang.wu@intel.com>
To: Jan Kara <jack@suse.cz>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org
Subject: [PATCH] quota: fix semicolon.cocci warnings
Date: Thu, 23 Jul 2015 22:37:41 +0800 [thread overview]
Message-ID: <20150723143741.GA49500@xian> (raw)
In-Reply-To: <201507232240.BXhH6IoS%fengguang.wu@intel.com>
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));
parent reply other threads:[~2015-07-23 14:38 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <201507232240.BXhH6IoS%fengguang.wu@intel.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150723143741.GA49500@xian \
--to=fengguang.wu@intel.com \
--cc=jack@suse.cz \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox