atm: suni: remove extraneous space to fix indentation
Remove a leading space, fixes indentation Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6c90654270
commit
0195a21079
|
@ -177,7 +177,7 @@ static int set_loopback(struct atm_dev *dev,int mode)
|
||||||
default:
|
default:
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
dev->ops->phy_put(dev, control, reg);
|
dev->ops->phy_put(dev, control, reg);
|
||||||
PRIV(dev)->loop_mode = mode;
|
PRIV(dev)->loop_mode = mode;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue