[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150723143741.GA49500@xian>
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