[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091108110237.GG11372@elte.hu>
Date: Sun, 8 Nov 2009 12:02:37 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Andr? Goddard Rosa <andre.goddard@...il.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>, laijs@...fujitsu.com,
davem@...emloft.net, akpm@...ux-foundation.org,
harvey.harrison@...il.com,
linux list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 1/7] vsprintf: factorize "(null)" string
* Andr? Goddard Rosa <andre.goddard@...il.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists