Skip to content

Commit

Permalink
netdev-dummy: Fix minor style variation.
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
joestringer committed Aug 9, 2017
1 parent 6595cb9 commit df3a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev-dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ netdev_dummy_receive(struct unixctl_conn *conn,
unixctl_command_reply_error(conn, "too small packet len");
goto exit;
}
i+=2;
i += 2;
}
/* Try parse 'argv[i]' as odp flow. */
packet = eth_from_flow(flow_str, packet_size);
Expand Down

0 comments on commit df3a6d5

Please sign in to comment.