From: Dave Kleikamp <dave.kleikamp@oracle.com>
To: Nan Jia <jiananmail@gmail.com>
Cc: jfs-discussion@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fs: jfs: file: removed a prohibited space after opening parenthesis
Date: Mon, 01 Jun 2015 12:26:33 -0500 [thread overview]
Message-ID: <556C95C9.90008@oracle.com> (raw)
In-Reply-To: <1433066008-14449-1-git-send-email-jiananmail@gmail.com>
On 05/31/2015 04:53 AM, Nan Jia wrote:
> Fixed a coding style issue.
Thanks. Added to jfs-next.
>
> Signed-off-by: Nan Jia <jiananmail@gmail.com>
> ---
> fs/jfs/file.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/jfs/file.c b/fs/jfs/file.c
> index e98d39d..b9dc23c 100644
> --- a/fs/jfs/file.c
> +++ b/fs/jfs/file.c
> @@ -76,7 +76,7 @@ static int jfs_open(struct inode *inode, struct file *file)
> if (ji->active_ag == -1) {
> struct jfs_sb_info *jfs_sb = JFS_SBI(inode->i_sb);
> ji->active_ag = BLKTOAG(addressPXD(&ji->ixpxd), jfs_sb);
> - atomic_inc( &jfs_sb->bmap->db_active[ji->active_ag]);
> + atomic_inc(&jfs_sb->bmap->db_active[ji->active_ag]);
> }
> spin_unlock_irq(&ji->ag_lock);
> }
>
prev parent reply other threads:[~2015-06-01 17:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-31 9:53 [PATCH] fs: jfs: file: removed a prohibited space after opening parenthesis Nan Jia
2015-06-01 17:26 ` Dave Kleikamp [this message]
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=556C95C9.90008@oracle.com \
--to=dave.kleikamp@oracle.com \
--cc=jfs-discussion@lists.sourceforge.net \
--cc=jiananmail@gmail.com \
--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