mbox series

[iproute2,0/2] Fixes from LGTM

Message ID 20220617171953.38720-1-stephen@networkplumber.org (mailing list archive)
Headers show
Series Fixes from LGTM | expand

Message

Stephen Hemminger June 17, 2022, 5:19 p.m. UTC
Ran LGTM (aka codeql) on iproute2 and it found a couple of
obvious poitential issues.

Stephen Hemminger (2):
  genl: fix duplicate include guard
  tc: declaration hides parameter

 genl/genl_utils.h |  4 ++--
 tc/f_basic.c      |  6 +++---
 tc/f_bpf.c        |  6 +++---
 tc/f_flower.c     | 14 +++++++-------
 tc/f_fw.c         |  6 +++---
 tc/f_matchall.c   |  6 +++---
 tc/f_route.c      |  6 +++---
 tc/f_rsvp.c       |  6 +++---
 8 files changed, 27 insertions(+), 27 deletions(-)