Re: [PATCH v2 124/148] net/ice/base: use const char* array for storing link modes

2024-06-21 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:01:58PM +0100, Anatoly Burakov wrote: > This shortens the amount of code needed to do the same thing. > > Signed-off-by: Lukasz Plachno > Signed-off-by: Anatoly Burakov > --- > drivers/net/ice/base/ice_common.c | 133 +++--- > 1 file changed, 2

[PATCH v2 124/148] net/ice/base: use const char* array for storing link modes

2024-06-12 Thread Anatoly Burakov
This shortens the amount of code needed to do the same thing. Signed-off-by: Lukasz Plachno Signed-off-by: Anatoly Burakov --- drivers/net/ice/base/ice_common.c | 133 +++--- 1 file changed, 28 insertions(+), 105 deletions(-) diff --git a/drivers/net/ice/base/ice_common