X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yportenv_single.h;fp=yportenv_single.h;h=6cea9febc435d0f3d32fecba1296a272e197a32d;hp=8183425448cde06732aa5499156c661fe1314e90;hb=46eb953ecab322d3385ccf84c75d969de8542317;hpb=05f5305b2d17b0e2889338724b864cf80f309437 diff --git a/yportenv_single.h b/yportenv_single.h index 8183425..6cea9fe 100644 --- a/yportenv_single.h +++ b/yportenv_single.h @@ -54,9 +54,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 {\