summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-tx.c
diff options
context:
space:
mode:
authorLaura Garcia Liebana2016-03-12 16:35:30 +0100
committerGreg Kroah-Hartman2016-03-28 16:30:36 +0200
commitac05a587c8a7b6ae8c4acef5a6db7e6ccfbcfd3e (patch)
treef9a9b72c89202276a6cb71a7465efe0eaf1acc7e /drivers/staging/octeon/ethernet-tx.c
parentstaging: octeon: Use type int instead of int32_t (diff)
downloadkernel-qcow2-linux-ac05a587c8a7b6ae8c4acef5a6db7e6ccfbcfd3e.tar.gz
kernel-qcow2-linux-ac05a587c8a7b6ae8c4acef5a6db7e6ccfbcfd3e.tar.xz
kernel-qcow2-linux-ac05a587c8a7b6ae8c4acef5a6db7e6ccfbcfd3e.zip
staging: octeon: Fix alignment with open parenthesis
Alignment should match open parenthesis. Checkpatch detected these issues. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/octeon/ethernet-tx.c')
-rw-r--r--drivers/staging/octeon/ethernet-tx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/octeon/ethernet-tx.c b/drivers/staging/octeon/ethernet-tx.c
index 93f65589f72a..6b4c20872323 100644
--- a/drivers/staging/octeon/ethernet-tx.c
+++ b/drivers/staging/octeon/ethernet-tx.c
@@ -220,7 +220,8 @@ int cvm_oct_xmit(struct sk_buff *skb, struct net_device *dev)
priv->fau + qos * 4, MAX_SKB_TO_FREE);
}
skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free,
- priv->fau + qos * 4);
+ priv->fau +
+ qos * 4);
spin_lock_irqsave(&priv->tx_free_list[qos].lock, flags);
goto skip_xmit;
}
@@ -402,7 +403,7 @@ dont_put_skbuff_in_hw:
}
skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free,
- priv->fau + qos * 4);
+ priv->fau + qos * 4);
/*
* If we're sending faster than the receive can free them then