]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext4/fsync.c
ext4: Fix whitespace checkpatch warnings/errors
[linux-2.6-omap-h63xx.git] / fs / ext4 / fsync.c
index a45c3737ad31e69e9de6c98075ff98fabe3b0770..c37d1e86f51a6d63cda9f2043156a12d2e2c15e9 100644 (file)
@@ -43,7 +43,7 @@
  * inode to disk.
  */
 
-int ext4_sync_file(struct file * file, struct dentry *dentry, int datasync)
+int ext4_sync_file(struct file *file, struct dentry *dentry, int datasync)
 {
        struct inode *inode = dentry->d_inode;
        journal_t *journal = EXT4_SB(inode->i_sb)->s_journal;