staging:octeon: remove space after opening parentheses
This patch fixes the checkpatch warning : space prohibited after that open parenthesis '('. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ade6509d1f
commit
0da50c69c0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ static void cvm_oct_adjust_link(struct net_device *dev)
|
||||||
link_info.s.link_up = priv->last_link ? 1 : 0;
|
link_info.s.link_up = priv->last_link ? 1 : 0;
|
||||||
link_info.s.full_duplex = priv->phydev->duplex ? 1 : 0;
|
link_info.s.full_duplex = priv->phydev->duplex ? 1 : 0;
|
||||||
link_info.s.speed = priv->phydev->speed;
|
link_info.s.speed = priv->phydev->speed;
|
||||||
cvmx_helper_link_set( priv->port, link_info);
|
cvmx_helper_link_set(priv->port, link_info);
|
||||||
if (priv->last_link) {
|
if (priv->last_link) {
|
||||||
netif_carrier_on(dev);
|
netif_carrier_on(dev);
|
||||||
if (priv->queue != -1)
|
if (priv->queue != -1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue