diff mbox

fs:ext4:fixed space issue related to * operator.

Message ID 1337443040-3609-1-git-send-email-ahiliation@yahoo.co.in
State Accepted, archived
Headers show

Commit Message

Jeffrin Jose May 19, 2012, 3:57 p.m. UTC
Fixed coding style issue relating to * operator found
by checkpath.pl tool in fs/ext4/fsync.c

Signed-off-by: Jeffrin Jose <ahiliation@yahoo.co.in>
---
 fs/ext4/fsync.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/fs/ext4/fsync.c b/fs/ext4/fsync.c
index bb6c7d8..b06e330 100644
--- a/fs/ext4/fsync.c
+++ b/fs/ext4/fsync.c
@@ -34,7 +34,7 @@ 
 
 #include <trace/events/ext4.h>
 
-static void dump_completed_IO(struct inode * inode)
+static void dump_completed_IO(struct inode *inode)
 {
 #ifdef	EXT4FS_DEBUG
 	struct list_head *cur, *before, *after;