diff mbox series

[ovs-dev,4/4] Inclusive language substitutions: "sanity-check".

Message ID 20240507201551.1455437-5-mmichels@redhat.com
State New
Headers show
Series Inclusive language changes for OVN code. | expand

Checks

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

Commit Message

Mark Michelson May 7, 2024, 8:15 p.m. UTC
This change introduces alternatives for "sanity-check" (and its
variants) throughout the code.

Places where "sanity-check" is not replaced:
* Many libtool-related files are auto-generated and contain the phrase.
  Since these files are auto-generated, I did not update these files.

Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 lib/inc-proc-eng.h    | 2 +-
 tests/ovn-northd.at   | 4 ++--
 utilities/ovn-nbctl.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/lib/inc-proc-eng.h b/lib/inc-proc-eng.h
index 68bbd8266..5bb3b8f3e 100644
--- a/lib/inc-proc-eng.h
+++ b/lib/inc-proc-eng.h
@@ -342,7 +342,7 @@  bool engine_canceled(void);
  */
 void *engine_get_data(struct engine_node *node);
 
-/* Return a pointer to node data *without* performing any sanity checks on
+/* Return a pointer to node data *without* performing any coherance checks on
  * the state of the node. This may be used only in specific cases when data
  * is guaranteed to be valid, e.g., immediately after initialization and
  * before the first engine_run().
diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at
index ec18d2dd4..6a7eb839a 100644
--- a/tests/ovn-northd.at
+++ b/tests/ovn-northd.at
@@ -7340,7 +7340,7 @@  AT_CHECK([cat log_flows], [0], [dnl
 
 rm log_flows
 
-# And just for sanity's sake, let's remove the allow-related ACL and make sure
+# And just to verify, let's remove the allow-related ACL and make sure
 # all the special log messages are gone.
 check ovn-nbctl acl-del pg2
 check ovn-nbctl --wait=sb sync
@@ -7445,7 +7445,7 @@  AT_CHECK([cat log_flows], [0], [dnl
 
 rm log_flows
 
-# And just for sanity's sake, let's remove the allow-related ACL and make sure
+# And just to verify, let's remove the allow-related ACL and make sure
 # all the special log messages are gone.
 check ovn-nbctl acl-del pg2
 check ovn-nbctl --wait=sb sync
diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c
index 618f3a18b..99d2cba8c 100644
--- a/utilities/ovn-nbctl.c
+++ b/utilities/ovn-nbctl.c
@@ -5992,7 +5992,7 @@  nbctl_lrp_add(struct ctl_context *ctx)
             return;
         }
 
-        /* Special-case sanity-check of peer ports. */
+        /* Special-case coherance-check of peer ports. */
         const char *peer = NULL;
         for (int i = 0; i < n_settings; i++) {
             if (!strncmp(settings[i], "peer=", 5)) {