]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmdebug.h
Merge branch 'topic/msnd' into for-linus
[linux-2.6-omap-h63xx.git] / include / linux / mmdebug.h
index 860ed1a71bbe1abb41a0e85466f33a4661236052..8a5509877192b903390b7851ae77df96c9e7fad1 100644 (file)
@@ -6,13 +6,13 @@
 #ifdef CONFIG_DEBUG_VM
 #define VM_BUG_ON(cond) BUG_ON(cond)
 #else
-#define VM_BUG_ON(cond) do { } while(0)
+#define VM_BUG_ON(cond) do { } while (0)
 #endif
 
 #ifdef CONFIG_DEBUG_VIRTUAL
 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond)
 #else
-#define VIRTUAL_BUG_ON(cond) do { } while(0)
+#define VIRTUAL_BUG_ON(cond) do { } while (0)
 #endif
 
 #endif