Просмотр исходного кода

ntfs: remove bogus space

fs/ntfs/debug.c:124: WARNING: space prohibited between function name and
open parenthesis '('

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Andrea Gelmini 10 лет назад
Родитель
Сommit
7143e49441
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fs/ntfs/debug.c

+ 1 - 1
fs/ntfs/debug.c

@@ -112,7 +112,7 @@ void __ntfs_error(const char *function, const struct super_block *sb,
 /* If 1, output debug messages, and if 0, don't. */
 /* If 1, output debug messages, and if 0, don't. */
 int debug_msgs = 0;
 int debug_msgs = 0;
 
 
-void __ntfs_debug (const char *file, int line, const char *function,
+void __ntfs_debug(const char *file, int line, const char *function,
 		const char *fmt, ...)
 		const char *fmt, ...)
 {
 {
 	struct va_format vaf;
 	struct va_format vaf;