Skip to content

Commit

Permalink
cnet-ptype: fixup clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan committed Aug 16, 2023
1 parent 51bc618 commit 6cfa643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cnet/ptype/ptype.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ struct cne_node_register ptype_node = {
.next_nodes =
{
/* Pkt drop node starts at '0' */
[PTYPE_NEXT_PKT_DROP] = PKT_DROP_NODE_NAME,
[PTYPE_NEXT_PKT_DROP] = PKT_DROP_NODE_NAME,
[PTYPE_NEXT_PKT_PUNT] = PUNT_KERNEL_NODE_NAME,
[PTYPE_NEXT_FRAME_PUNT] = PUNT_ETHER_NODE_NAME,
[PTYPE_NEXT_IP4_INPUT] = IP4_INPUT_NODE_NAME,
[PTYPE_NEXT_IP4_INPUT] = IP4_INPUT_NODE_NAME,
#if CNET_ENABLE_IP6
[PTYPE_NEXT_IP6_INPUT] = IP6_INPUT_NODE_NAME,
#endif
Expand Down

0 comments on commit 6cfa643

Please sign in to comment.