mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-18 12:45:08 +00:00
ipmr: Fix indentation issue
Fixed indentation by removing extra spaces. Signed-off-by: Roy, UjjaL <royujjal@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
271dbc3184
commit
92c4bed59b
1 changed files with 1 additions and 1 deletions
|
@ -2119,7 +2119,7 @@ int ip_mr_input(struct sk_buff *skb)
|
||||||
raw_rcv(mroute_sk, skb);
|
raw_rcv(mroute_sk, skb);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* already under rcu_read_lock() */
|
/* already under rcu_read_lock() */
|
||||||
|
|
Loading…
Add table
Reference in a new issue