Re: [dpdk-dev] [PATCH] drivers: fix build issues with redundant newline changes

2024-10-07 Thread David Marchand
Hello Jerin, On Mon, Oct 7, 2024 at 10:13 AM wrote: > > From: Jerin Jacob > > Certain section of the code in net/mvpp2 and ml/cnxk is enabled only > when all depended library dependences where meet. > Fixing those build errors. Sorry for missing those. Too bad there is no CI with such libraries

[dpdk-dev] [PATCH] drivers: fix build issues with redundant newline changes

2024-10-07 Thread jerinj
From: Jerin Jacob Certain section of the code in net/mvpp2 and ml/cnxk is enabled only when all depended library dependences where meet. Fixing those build errors. Fixes: e99981af3463 ("drivers: replace logging helpers") Signed-off-by: Jerin Jacob --- drivers/ml/cnxk/mvtvm_ml_dev.c | 8 ++-