Skip to content

Commit

Permalink
flow: fix declaration after label statement
Browse files Browse the repository at this point in the history
It is good to have code block that has declaration within
curly braces to avoid compilation error:
label can only be part of a statement and a declaration is not a
statement.

Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Change-Id: I1cf0235821f7fec7149ee65bfd532233a97f631d
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/137993
Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com>
Reviewed-by: Harman Kalra <hkalra@marvell.com>
  • Loading branch information
gmuthukrishn authored and jerinjacobk committed Nov 8, 2024
1 parent f205516 commit 44e779f
Showing 1 changed file with 92 additions and 46 deletions.
Loading

0 comments on commit 44e779f

Please sign in to comment.