Re: [PATCH v2] vsprintf: introduce %dE for error constants
From: Sergey Senozhatsky
Date: Wed Aug 28 2019 - 20:28:05 EST
On (08/28/19 18:22), Uwe Kleine-König wrote:
> That is wrong. When you do
>
> pr_err("There are no round tuits to give out: %dE\n", -ENOENT);
>
> in a kernel that doesn't support %dE you get:
>
> There are no round tuits to give out: -2E
OK. Good point.
-ss