[PATCH 1/3 linux-next] fs/affs: normalize inode function prototypes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Use the same style as other function blocks

Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
---
 fs/affs/affs.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fs/affs/affs.h b/fs/affs/affs.h
index 773749b..87b17b5 100644
--- a/fs/affs/affs.h
+++ b/fs/affs/affs.h
@@ -179,14 +179,14 @@ extern int	affs_rename2(struct inode *old_dir, struct dentry *old_dentry,
 
 /* inode.c */
 
-extern struct inode		*affs_new_inode(struct inode *dir);
-extern int			 affs_notify_change(struct dentry *dentry, struct iattr *attr);
-extern void			 affs_evict_inode(struct inode *inode);
-extern struct inode		*affs_iget(struct super_block *sb,
-					unsigned long ino);
-extern int			 affs_write_inode(struct inode *inode,
-					struct writeback_control *wbc);
-extern int			 affs_add_entry(struct inode *dir, struct inode *inode, struct dentry *dentry, s32 type);
+extern struct inode *affs_new_inode(struct inode *dir);
+extern int	affs_notify_change(struct dentry *dentry, struct iattr *attr);
+extern void	affs_evict_inode(struct inode *inode);
+extern struct inode *affs_iget(struct super_block *sb, unsigned long ino);
+extern int	affs_write_inode(struct inode *inode,
+				 struct writeback_control *wbc);
+extern int	affs_add_entry(struct inode *dir, struct inode *inode,
+			       struct dentry *dentry, s32 type);
 
 /* file.c */
 
-- 
2.9.3




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux