aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/cifs_debug.h')
-rw-r--r--fs/cifs/cifs_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/cifs_debug.h b/fs/cifs/cifs_debug.h
index c26cd0d2c6d5..90e7624a2543 100644
--- a/fs/cifs/cifs_debug.h
+++ b/fs/cifs/cifs_debug.h
@@ -64,10 +64,10 @@ extern int cifsERROR;
64 * --------- 64 * ---------
65 */ 65 */
66#else /* _CIFS_DEBUG */ 66#else /* _CIFS_DEBUG */
67#define cERROR(button,prspec) 67#define cERROR(button, prspec)
68#define cEVENT(format,arg...) 68#define cEVENT(format, arg...)
69#define cFYI(button, prspec) 69#define cFYI(button, prspec)
70#define cifserror(format,arg...) 70#define cifserror(format, arg...)
71#endif /* _CIFS_DEBUG */ 71#endif /* _CIFS_DEBUG */
72 72
73#endif /* _H_CIFS_DEBUG */ 73#endif /* _H_CIFS_DEBUG */