Skip to content

Commit

Permalink
ipmr: Fix indentation issue
Browse files Browse the repository at this point in the history
Fixed indentation by removing extra spaces.

Signed-off-by: Roy, UjjaL <royujjal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Roy, UjjaL authored and David S. Miller committed Jul 8, 2021
1 parent 271dbc3 commit 92c4bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/ipmr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ int ip_mr_input(struct sk_buff *skb)
raw_rcv(mroute_sk, skb);
return 0;
}
}
}
}

/* already under rcu_read_lock() */
Expand Down

0 comments on commit 92c4bed

Please sign in to comment.