[Ocfs2-commits] manish commits r2220 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 5 18:46:02 CDT 2005


Author: manish
Signed-off-by: zab
Date: 2005-05-05 18:46:00 -0500 (Thu, 05 May 2005)
New Revision: 2220

Modified:
   trunk/fs/ocfs2/cluster/masklog.h
Log:
Whitespace prettification

Signed-off-by: zab


Modified: trunk/fs/ocfs2/cluster/masklog.h
===================================================================
--- trunk/fs/ocfs2/cluster/masklog.h	2005-05-05 23:03:13 UTC (rev 2219)
+++ trunk/fs/ocfs2/cluster/masklog.h	2005-05-05 23:46:00 UTC (rev 2220)
@@ -169,7 +169,7 @@
 })
 #define __mlog_printk(level, fmt, args...)				\
 	printk(level "(%u,%lu):%s:%d " fmt, current->pid,		\
-	       __mlog_cpu_guess, __PRETTY_FUNCTION__, __LINE__,	\
+	       __mlog_cpu_guess, __PRETTY_FUNCTION__, __LINE__,		\
 	       ##args)
 
 #define mlog(mask, fmt, args...) do {					\



More information about the Ocfs2-commits mailing list