Skip to content

Commit 1d58978

Browse files
committed
xdp-trafficgen: Add missing comma in list of drivers
Coverity pointed out that there's a comma missing in the list of drivers, leading two of the strings to be concatenated instead of being separate items in the list. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 7bbb9bc commit 1d58978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdp-trafficgen/xdp-trafficgen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static const char *driver_pass_list[] = {
6262
"i40e",
6363
"ice",
6464
"igb",
65-
"igc"
65+
"igc",
6666
"ixgbe",
6767
"octeontx2",
6868
"stmmac",

0 commit comments

Comments
 (0)