[ovs-dev] [PATCH trivial 1/3] netdev-dummy: Fix minor style variation.

Joe Stringer joe at ovn.org
Wed Aug 9 20:38:05 UTC 2017


Signed-off-by: Joe Stringer <joe at ovn.org>
---
 lib/netdev-dummy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/netdev-dummy.c b/lib/netdev-dummy.c
index 62ddd0c67834..f731af1dfd0e 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);
-- 
2.13.3



More information about the dev mailing list