Re: [PATCH v2] net/bnx2x: fix indentation

2024-03-13 Thread Jerin Jacob
On Tue, Mar 12, 2024 at 8:55 PM Stephen Hemminger wrote: > > The DPDK style of indentation uses tabs not spaces. > This file had mix of both. Convert it. > > Signed-off-by: Stephen Hemminger Applied to dpdk-next-net-mrvl/for-main. Thanks > --- > v2 - fix resulting checkpatch warnings > > driv

[PATCH v2] net/bnx2x: fix indentation

2024-03-12 Thread Stephen Hemminger
The DPDK style of indentation uses tabs not spaces. This file had mix of both. Convert it. Signed-off-by: Stephen Hemminger --- v2 - fix resulting checkpatch warnings drivers/net/bnx2x/bnx2x_stats.c | 1659 +++ 1 file changed, 818 insertions(+), 841 deletions(-) dif