Re: [PATCH] fs: jfs: file: removed a prohibited space after opening parenthesis

Dave Kleikamp <[email protected]>
Newsgroups gmane.comp.file-systems.jfs.general,gmane.linux.kernel
Message-ID <[email protected]>
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 <[email protected]>
> ---
>  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);
>  	}
> 

------------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.