Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89290b83 authored by Christopher Díaz Riveros's avatar Christopher Díaz Riveros Committed by David S. Miller
Browse files

flow_netlink: Remove unneeded semicolons



Trivial fix removes unneeded semicolons after if blocks.

This issue was detected by using the Coccinelle software.

Signed-off-by: default avatarChristopher Díaz Riveros <chrisadr@gentoo.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4c5386ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2454,7 +2454,7 @@ static int validate_geneve_opts(struct sw_flow_key *key)

		option = (struct geneve_opt *)((u8 *)option + len);
		opts_len -= len;
	};
	}

	key->tun_key.tun_flags |= crit_opt ? TUNNEL_CRIT_OPT : 0;

@@ -2487,7 +2487,7 @@ static int validate_and_copy_set_tun(const struct nlattr *attr,
		case OVS_TUNNEL_KEY_ATTR_VXLAN_OPTS:
			break;
		}
	};
	}

	start = add_nested_action_start(sfa, OVS_ACTION_ATTR_SET, log);
	if (start < 0)