diff mbox series

[ovs-dev,v4] netdev_offload_dpdk: Fix spelling error in the comments.

Message ID 20250103092537.821-1-allen.chen@jaguarmicro.com
State Superseded
Headers show
Series [ovs-dev,v4] netdev_offload_dpdk: Fix spelling error in the comments. | expand

Checks

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

Commit Message

Allen Chen Jan. 3, 2025, 9:25 a.m. UTC
Fixes: 3d67b2d28e7 ("netdev-dpdk: move offloading code to a new file")

Signed-off-by: Allen Chen <allen.chen@jaguarmicro.com>
---
 lib/netdev-offload-dpdk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

0-day Robot Jan. 3, 2025, 9:42 a.m. UTC | #1
References:  <20250103092537.821-1-allen.chen@jaguarmicro.com>
 

Bleep bloop.  Greetings Allen Chen, 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: "Fixes" tag is malformed.
Use the following format:
  git log -1 --pretty=format:"Fixes: %h (\"%s\")" --abbrev=12 COMMIT_REF

5: Fixes: 3d67b2d28e7 ("netdev-dpdk: move offloading code to a new file")


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/lib/netdev-offload-dpdk.c b/lib/netdev-offload-dpdk.c
index cda0e8d13..b1c848f4d 100644
--- a/lib/netdev-offload-dpdk.c
+++ b/lib/netdev-offload-dpdk.c
@@ -283,7 +283,7 @@  ufid_to_rte_flow_disassociate(struct ufid_to_rte_flow_data *data)
 }
 
 /*
- * To avoid individual xrealloc calls for each new element, a 'curent_max'
+ * To avoid individual xrealloc calls for each new element, a 'current_max'
  * is used to keep track of current allocated number of elements. Starts
  * by 8 and doubles on each xrealloc call.
  */