diff options
Diffstat (limited to 'include/linux/sunrpc/debug.h')
-rw-r--r-- | include/linux/sunrpc/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h index 9448eb5e426c..a76cc20d98ce 100644 --- a/include/linux/sunrpc/debug.h +++ b/include/linux/sunrpc/debug.h | |||
@@ -74,8 +74,8 @@ extern unsigned int nlm_debug; | |||
74 | # define RPC_IFDEBUG(x) x | 74 | # define RPC_IFDEBUG(x) x |
75 | #else | 75 | #else |
76 | # define ifdebug(fac) if (0) | 76 | # define ifdebug(fac) if (0) |
77 | # define dfprintk(fac, args...) do ; while (0) | 77 | # define dfprintk(fac, args...) do {} while (0) |
78 | # define dfprintk_rcu(fac, args...) do ; while (0) | 78 | # define dfprintk_rcu(fac, args...) do {} while (0) |
79 | # define RPC_IFDEBUG(x) | 79 | # define RPC_IFDEBUG(x) |
80 | #endif | 80 | #endif |
81 | 81 | ||