Re: [PATCH v3 1/7] vsprintf: factorize "(null)" string

From: Ingo Molnar
Date: Sun Nov 08 2009 - 06:02:55 EST



* Andr? Goddard Rosa <andre.goddard@xxxxxxxxx> wrote:

> @@ -546,12 +548,12 @@ static char *number(char *buf, char *end,
> unsigned long long num,
> return buf;
> }
>
> -static char *string(char *buf, char *end, char *s, struct printf_spec spec)
> +static char *string(char *buf, char *end, const char *s, struct
> printf_spec spec)

FYI, your patches have such linewraps, so the patches wont apply:

patch: **** malformed patch at line 47: unsigned long long num,

See Documentation/email-clients.txt about how to send patches without
such problems.

Mind resending with this fixed?

Also, this RFC patch of yours:

vsprintf: reuse almost identical simple_strtoulX() functions

looks nice too IMO - mind including it in your series?

Thanks,

Ingo

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/