net: bonding: use tabs instead of space for code indent
Code indent should use tabs where possible, so use tabs instead of space for code indent. Signed-off-by: Yufeng Mo <moyufeng@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5233351270
commit
97a1111d9c
@ -598,7 +598,7 @@ static int bond_fill_info(struct sk_buff *skb,
|
||||
goto nla_put_failure;
|
||||
|
||||
if (nla_put_u32(skb, IFLA_BOND_RESEND_IGMP,
|
||||
bond->params.resend_igmp))
|
||||
bond->params.resend_igmp))
|
||||
goto nla_put_failure;
|
||||
|
||||
if (nla_put_u8(skb, IFLA_BOND_NUM_PEER_NOTIF,
|
||||
|
Loading…
Reference in New Issue
Block a user