diff mbox series

[ovs-dev] dpif-netdev : Fix typo in comments.

Message ID MEYP282MB3302B734FEB2667DAC06A8A2CDFB9@MEYP282MB3302.AUSP282.PROD.OUTLOOK.COM
State Changes Requested
Headers show
Series [ovs-dev] dpif-netdev : Fix typo in comments. | expand

Checks

Context Check Description
ovsrobot/apply-robot fail apply and check: fail
ovsrobot/intel-ovs-compilation fail test: fail

Commit Message

miter April 26, 2022, 11:11 a.m. UTC
Fix typo in comments.

Signed-off-by: Lin Huang <linhuang@ruijie.com.cn>
---
lib/dpif-netdev-private-flow.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--
2.27.0
diff mbox series

Patch

diff --git a/lib/dpif-netdev-private-flow.h b/lib/dpif-netdev-private-flow.h
index 66016eb09..3b7a47d63 100644
--- a/lib/dpif-netdev-private-flow.h
+++ b/lib/dpif-netdev-private-flow.h
@@ -124,7 +124,7 @@  struct dp_netdev_flow {

     /* Packet classification. */
     char *dp_extra_info;         /* String to return in a flow dump/get. */
-    struct dpcls_rule cr;        /* In owning dp_netdev's 'cls'. */
+    struct dpcls_rule cr;        /* In owning dp_netdev_pmd_thread's 'cls'. */
     /* 'cr' must be the last member. */
};