mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 18:07:03 +00:00
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
@ -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.full_duplex = priv->phydev->duplex ? 1 : 0;
|
||||
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) {
|
||||
netif_carrier_on(dev);
|
||||
if (priv->queue != -1)
|
||||
|
Loading…
Reference in New Issue
Block a user