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

Commit 7215032c authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

sched: add missing curly braces in else branch in tc_ctl_tfilter



Curly braces need to be there, for stylistic reasons.

Signed-off-by: default avatarJiri Pirko <jiri@mellanox.com>
Acked-by: default avatarJamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6bb16e7a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -315,8 +315,9 @@ static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n)
					err = -EINVAL;
					goto errout;
				}
			} else
			} else {
				tp = NULL;
			}
			break;
		}
	}