summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2017-08-09 13:38:05 -0700
committerJoe Stringer <joe@ovn.org>2017-08-09 16:56:30 -0700
commitdf3a6d503e0f892c8c5ddcb7c9454bfab6079444 (patch)
tree81e53418902556f6ba59a3be29f8173053f7ef7a /lib
parent6595cb95a4a9734a61711cb227a6d86d00b0e649 (diff)
downloadopenvswitch-df3a6d503e0f892c8c5ddcb7c9454bfab6079444.tar.gz
netdev-dummy: Fix minor style variation.
Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/netdev-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdev-dummy.c b/lib/netdev-dummy.c
index 62ddd0c67..f731af1df 100644
--- a/lib/netdev-dummy.c
+++ b/lib/netdev-dummy.c
@@ -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);