mbox series

[0/2] net/ionic: fix up minor coverity issues

Message ID 20221103134909.21791-1-andrew.boyer@amd.com (mailing list archive)
Headers
Series net/ionic: fix up minor coverity issues |

Message

Andrew Boyer Nov. 3, 2022, 1:49 p.m. UTC
  These patches will make no functional difference, but should
eliminate four coverity issues.

Alternatively, we could just mark them as False Positive or
Ignored in coverity.

Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>

Andrew Boyer (2):
  net/ionic: fix up minor coverity issue in queue allocation
  net/ionic: fix up minor coverity issue in packet transmit

 drivers/net/ionic/ionic_lif.c         | 4 ++--
 drivers/net/ionic/ionic_rxtx_sg.c     | 2 +-
 drivers/net/ionic/ionic_rxtx_simple.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
  

Comments

Andrew Rybchenko Nov. 6, 2022, 9:28 a.m. UTC | #1
On 11/3/22 16:49, Andrew Boyer wrote:
> These patches will make no functional difference, but should
> eliminate four coverity issues.
> 
> Alternatively, we could just mark them as False Positive or
> Ignored in coverity.
> 
> Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
> 
> Andrew Boyer (2):
>    net/ionic: fix up minor coverity issue in queue allocation
>    net/ionic: fix up minor coverity issue in packet transmit
> 
>   drivers/net/ionic/ionic_lif.c         | 4 ++--
>   drivers/net/ionic/ionic_rxtx_sg.c     | 2 +-
>   drivers/net/ionic/ionic_rxtx_simple.c | 2 +-
>   3 files changed, 4 insertions(+), 4 deletions(-)
> 

Applied to dpdk-next-net/main, thanks.