From: Nan Jia <jiananmail@gmail.com>
To: david@fromorbit.com
Cc: jiananmail@gmail.com, linux-kernel@vger.kernel.org, xfs@oss.sgi.com
Subject: [PATCH 2/2] fs: xfs: xfs_trans_dquot: Add missing space according to coding style
Date: Sun, 31 May 2015 21:54:38 +1000 [thread overview]
Message-ID: <1433073278-2622-1-git-send-email-jiananmail@gmail.com> (raw)
Fixed two missing space.
Signed-off-by: Nan Jia <jiananmail@gmail.com>
---
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
next reply other threads:[~2015-05-31 11:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-31 11:54 Nan Jia [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-05-31 11:35 [PATCH 2/2] fs: xfs: xfs_trans_dquot: Add missing space according to coding style Nan Jia
2015-05-31 11:26 Nan Jia
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=1433073278-2622-1-git-send-email-jiananmail@gmail.com \
--to=jiananmail@gmail.com \
--cc=david@fromorbit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xfs@oss.sgi.com \
/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