The patch titled Subject: ntfs: remove bogus space has been added to the -mm tree. Its filename is ntfs-remove-bogus-space.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ntfs-remove-bogus-space.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ntfs-remove-bogus-space.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> Subject: 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@xxxxxxxxx> Signed-off-by: Anton Altaparmakov <anton@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ntfs/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ntfs/debug.c~ntfs-remove-bogus-space fs/ntfs/debug.c --- a/fs/ntfs/debug.c~ntfs-remove-bogus-space +++ a/fs/ntfs/debug.c @@ -112,7 +112,7 @@ void __ntfs_error(const char *function, /* If 1, output debug messages, and if 0, don't. */ 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, ...) { struct va_format vaf; _ Patches currently in -mm which might be from andrea.gelmini@xxxxxxxxx are ntfs-remove-bogus-space.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html