projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65b99f
)
jfs: removed a prohibited space after opening parenthesis
author
Nan Jia
<jiananmail@gmail.com>
Sun, 31 May 2015 09:53:28 +0000
(19:53 +1000)
committer
Dave Kleikamp
<dave.kleikamp@oracle.com>
Mon, 1 Jun 2015 17:22:30 +0000
(12:22 -0500)
Fixed a coding style issue.
Signed-off-by: Nan Jia <jiananmail@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/file.c
patch
|
blob
|
history
diff --git
a/fs/jfs/file.c
b/fs/jfs/file.c
index e98d39d75cf41a3f63c889958f87804dbb6aacf2..b9dc23cd04f20626269a32b820881c8bdc1a8a82 100644
(file)
--- 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);
}