Re: [PATCH net-next v2 1/1] net: bridge: switchdev: Improve error message clarity for switchdev_port_obj_add/del_deffered operations

From: Stephen Hemminger
Date: Sat Mar 09 2024 - 12:09:45 EST


On Sat, 09 Mar 2024 06:26:28 -0800
Joe Perches <joe@xxxxxxxxxxx> wrote:

> > + problem = "Attempted operation is undefined, indicating a "
> > + "possible programming error.\n";
>
> My preference would be to write
> problem = "Attempted operation is undefined indicating a possible programming error\n";

ETOOWORDY.
Be concise please.
problem = "Operations is undefined\n";