Skip to content

Commit

Permalink
mpls: remove trailing whitepace
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
shemminger authored and davem330 committed Jul 24, 2018
1 parent a87e87d commit 04c6a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mpls/mpls_iptunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static int mpls_fill_encap_info(struct sk_buff *skb,
struct lwtunnel_state *lwtstate)
{
struct mpls_iptunnel_encap *tun_encap_info;

tun_encap_info = mpls_lwtunnel_encap(lwtstate);

if (nla_put_labels(skb, MPLS_IPTUNNEL_DST, tun_encap_info->labels,
Expand Down

0 comments on commit 04c6a3a

Please sign in to comment.