public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: jfs: file: removed a prohibited space after opening parenthesis
@ 2015-05-31  9:53 Nan Jia
  2015-06-01 17:26 ` Dave Kleikamp
  0 siblings, 1 reply; 2+ messages in thread
From: Nan Jia @ 2015-05-31  9:53 UTC (permalink / raw)
  To: shaggy; +Cc: jfs-discussion, linux-kernel, jiananmail

Fixed a coding style issue.

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);
 	}
-- 
2.4.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-01 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox