@@ -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 */
Use the same style as other function blocks Signed-off-by: Fabian Frederick <fabf@skynet.be> --- fs/affs/affs.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)