diff options
author | Steve French <sfrench@us.ibm.com> | 2008-02-07 18:25:02 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-02-07 18:25:02 -0500 |
commit | ad7a2926b9e53cfb3020d15bdfacacc54e2b63da (patch) | |
tree | f4cf20d2bc3a13841ed81a8de25bd870a3b622e6 /fs/cifs/cifs_debug.h | |
parent | f315ccb3e679f271583f2a4f463ad9b65665b751 (diff) |
[CIFS] reduce checkpatch warnings
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_debug.h')
-rw-r--r-- | fs/cifs/cifs_debug.h | 6 |
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 */ |