The patch titled Subject: sscanf-implement-basic-character-sets-fix has been removed from the -mm tree. Its filename was sscanf-implement-basic-character-sets-fix.patch This patch was dropped because it was folded into sscanf-implement-basic-character-sets.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: sscanf-implement-basic-character-sets-fix 80-col tweaks Cc: Jessica Yu <jeyu@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/vsprintf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff -puN lib/vsprintf.c~sscanf-implement-basic-character-sets-fix lib/vsprintf.c --- a/lib/vsprintf.c~sscanf-implement-basic-character-sets-fix +++ a/lib/vsprintf.c @@ -2721,13 +2721,15 @@ int vsscanf(const char *buf, const char /* * Warning: This implementation of the '[' conversion specifier * deviates from its glibc counterpart in the following ways: - * (1) It does NOT support ranges i.e. '-' is NOT a special character + * (1) It does NOT support ranges i.e. '-' is NOT a special + * character * (2) It cannot match the closing bracket ']' itself * (3) A field width is required * (4) '%*[' (discard matching input) is currently not supported * * Example usage: - * ret = sscanf("00:0a:95","%2[^:]:%2[^:]:%2[^:]", buf1, buf2, buf3); + * ret = sscanf("00:0a:95","%2[^:]:%2[^:]:%2[^:]", + * buf1, buf2, buf3); * if (ret < 3) * // etc.. */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mn10300-c6x-config_generic_bug-must-depend-on-config_bug.patch arch-mn10300-kernel-fpu-nofpuc-needs-asm-elfh.patch sscanf-implement-basic-character-sets.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