[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5459852d-6c0b-2b8b-a05b-868f046b6233@rasmusvillemoes.dk>
Date: Mon, 17 May 2021 10:07:38 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Arnd Bergmann <arnd@...nel.org>, Petr Mladek <pmladek@...e.com>,
Uwe Kleine-König <uwe@...ine-koenig.org>,
Andy Shevchenko <andy.shevchenko@...il.com>
Cc: Arnd Bergmann <arnd@...db.de>,
Andrew Morton <akpm@...ux-foundation.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [v2] printf: fix errname.c list
On 14/05/2021 23.34, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@...db.de>
> from EDEADLOCK, and remove the -ECANCELLED bit completely as it
>
> diff --git a/lib/errname.c b/lib/errname.c
> index 05cbf731545f..6c5c0aa4de75 100644
> --- a/lib/errname.c
> +++ b/lib/errname.c
> @@ -21,6 +21,7 @@ static const char *names_0[] = {
> E(EADDRNOTAVAIL),
> E(EADV),
> E(EAFNOSUPPORT),
> + E(EAGAIN), /* EWOULDBLOCK */
> E(EALREADY),
> E(EBADE),
> E(EBADF),
> @@ -38,8 +39,12 @@ static const char *names_0[] = {
somewhere between EBADF and ECHRNG I'd expect a hunk dealing with the
ECANCELED stuff
> - E(ECANCELED), /* ECANCELLED */
but I only see this removal?
Otherwise looks good.
Rasmus
Powered by blists - more mailing lists