diff options
Diffstat (limited to 'fs/ntfs')
-rw-r--r-- | fs/ntfs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/debug.c b/fs/ntfs/debug.c index dd6103cc93c1..825a54e8f490 100644 --- a/fs/ntfs/debug.c +++ b/fs/ntfs/debug.c | |||
@@ -112,7 +112,7 @@ void __ntfs_error(const char *function, const struct super_block *sb, | |||
112 | /* If 1, output debug messages, and if 0, don't. */ | 112 | /* If 1, output debug messages, and if 0, don't. */ |
113 | int debug_msgs = 0; | 113 | int debug_msgs = 0; |
114 | 114 | ||
115 | void __ntfs_debug (const char *file, int line, const char *function, | 115 | void __ntfs_debug(const char *file, int line, const char *function, |
116 | const char *fmt, ...) | 116 | const char *fmt, ...) |
117 | { | 117 | { |
118 | struct va_format vaf; | 118 | struct va_format vaf; |