Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753548AbbFAR0z (ORCPT ); Mon, 1 Jun 2015 13:26:55 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:50038 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752051AbbFAR0o (ORCPT ); Mon, 1 Jun 2015 13:26:44 -0400 Message-ID: <556C95C9.90008@oracle.com> Date: Mon, 01 Jun 2015 12:26:33 -0500 From: Dave Kleikamp User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Nan Jia CC: jfs-discussion@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fs: jfs: file: removed a prohibited space after opening parenthesis References: <1433066008-14449-1-git-send-email-jiananmail@gmail.com> In-Reply-To: <1433066008-14449-1-git-send-email-jiananmail@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1000 Lines: 30 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 > --- > 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); > } > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/