Use the same style as other function blocks

Signed-off-by: Fabian Frederick <f...@skynet.be>
---
 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

Reply via email to