From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (Postfix) with ESMTP id 8CE577F37 for ; Sun, 31 May 2015 06:26:51 -0500 (CDT) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay3.corp.sgi.com (Postfix) with ESMTP id 24561AC004 for ; Sun, 31 May 2015 04:26:50 -0700 (PDT) Received: from zenon.ap.intdata.com (zenon.ap.interactivedata.com [203.21.67.34]) by cuda.sgi.com with ESMTP id xHH7pE7OJQmPdaVD for ; Sun, 31 May 2015 04:26:48 -0700 (PDT) From: Nan Jia Subject: [PATCH 2/2] fs: xfs: xfs_trans_dquot: Add missing space according to coding style Date: Sun, 31 May 2015 21:26:28 +1000 Message-Id: <1433071588-2110-1-git-send-email-jiananmail@gmail.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: david@fromorbit.com Cc: jiananmail@gmail.com, linux-kernel@vger.kernel.org, xfs@oss.sgi.com Fixed two missing space Singed-off-by Nan Jia --- fs/xfs/xfs_trans_dquot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/xfs/xfs_trans_dquot.c b/fs/xfs/xfs_trans_dquot.c index 76a16df..2b68870 100644 --- a/fs/xfs/xfs_trans_dquot.c +++ b/fs/xfs/xfs_trans_dquot.c @@ -90,7 +90,7 @@ xfs_trans_dup_dqinfo( xfs_trans_t *ntp) { xfs_dqtrx_t *oq, *nq; - int i,j; + int i, j; xfs_dqtrx_t *oqa, *nqa; if (!otp->t_dqinfo) @@ -102,7 +102,7 @@ xfs_trans_dup_dqinfo( * Because the quota blk reservation is carried forward, * it is also necessary to carry forward the DQ_DIRTY flag. */ - if(otp->t_flags & XFS_TRANS_DQ_DIRTY) + if (otp->t_flags & XFS_TRANS_DQ_DIRTY) ntp->t_flags |= XFS_TRANS_DQ_DIRTY; for (j = 0; j < XFS_QM_TRANS_DQTYPES; j++) { -- 2.4.2 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs