summaryrefslogtreecommitdiff
path: root/yportenv_multi.h
diff options
context:
space:
mode:
Diffstat (limited to 'yportenv_multi.h')
-rw-r--r--yportenv_multi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yportenv_multi.h b/yportenv_multi.h
index 10e284e..309b146 100644
--- a/yportenv_multi.h
+++ b/yportenv_multi.h
@@ -77,9 +77,9 @@
#endif
#define yaffs_trace(msk, fmt, ...) do { \
- if(yaffs_trace_mask & (msk)) \
+ if (yaffs_trace_mask & (msk)) \
printk(KERN_DEBUG "yaffs: " fmt "\n", ##__VA_ARGS__); \
-} while(0)
+} while (0)
#ifndef YBUG
#define YBUG() do {\