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

 Remove unneeded semicolon.

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

CC: Jan Kara <j...@suse.cz>
Signed-off-by: Fengguang Wu <fengguang...@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));
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to