[ovs-dev] [PATCH 1/3] learn.at: wrap long comments

YAMAMOTO Takashi yamamoto at valinux.co.jp
Wed Mar 12 10:06:18 UTC 2014


Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 tests/learn.at | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/learn.at b/tests/learn.at
index 9bd3c44..b88ea12 100644
--- a/tests/learn.at
+++ b/tests/learn.at
@@ -350,7 +350,8 @@ for i in `seq 1 10`; do
     fi
 done
 
-# Check that the first packet of each flow went out port 2 and the rest out port 3.
+# Check that the first packet of each flow went out port 2 and the rest out
+# port 3.
 AT_CHECK(
   [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | STRIP_XIDS], [0],
   [OFPST_PORT reply: 1 ports
@@ -401,7 +402,8 @@ for i in `seq 1 10`; do
     fi
 done
 
-# Check that the first packet of each flow went out port 2 and the rest out port 3.
+# Check that the first packet of each flow went out port 2 and the rest out
+# port 3.
 AT_CHECK(
   [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | STRIP_XIDS], [0],
   [OFPST_PORT reply: 1 ports
-- 
1.8.3.1




More information about the dev mailing list