diff mbox series

[ovs-dev] fix typo

Message ID 6412741657291438@vla1-6c4c42cc13df.qloud-c.yandex.net
State Superseded
Headers show
Series [ovs-dev] fix typo | expand

Checks

Context Check Description
ovsrobot/apply-robot warning apply and check: warning
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Igor Zhukov July 8, 2022, 2:43 p.m. UTC
Signed-off-by: Igor Zhukov <ivzhukov at sbercloud.ru>
Acked-by: Dumitru Ceara <dceara at redhat.com>
---
 tests/system-ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

0-day Robot July 8, 2022, 2:59 p.m. UTC | #1
Bleep bloop.  Greetings Zhukov Igor, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
ERROR: Author Zhukov Igor <fsb4000@yandex.ru> needs to sign off.
WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Igor Zhukov <ivzhukov at sbercloud.ru>
Lines checked: 27, Warnings: 1, Errors: 1


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
diff mbox series

Patch

diff --git a/tests/system-ovn.at b/tests/system-ovn.at
index 1cabf1f31..4a8fdede8 100644
--- a/tests/system-ovn.at
+++ b/tests/system-ovn.at
@@ -4505,7 +4505,7 @@  ovn-sbctl list service_monitor
 OVS_WAIT_UNTIL([test 2 = `ovn-sbctl --bare --columns status find \
 service_monitor protocol=udp | sed '/^$/d' | grep offline | wc -l`])
 
-# Stop webserer in sw1-p1
+# Stop webserver in sw1-p1
 pid_file=$(cat l7_pid_file)
 NS_CHECK_EXEC([sw1-p1], [kill $(cat $pid_file)])