projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f6970
)
staging: octeon: Remove multiple blank lines
author
Laura Garcia Liebana
<
[email protected]
>
Sat, 27 Feb 2016 23:46:29 +0000
(
00:46
+0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 12 Mar 2016 06:09:09 +0000
(22:09 -0800)
Avoid the use of multiple blank lines. Checkpatch detected these issues.
Signed-off-by: Laura Garcia Liebana <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/octeon/ethernet-tx.c
patch
|
blob
|
history
diff --git
a/drivers/staging/octeon/ethernet-tx.c
b/drivers/staging/octeon/ethernet-tx.c
index f085491bdc88972560aefee6d5f1135d5520680b..aecf1a06852141b76816e51b14f978d2d3da860a 100644
(file)
--- a/
drivers/staging/octeon/ethernet-tx.c
+++ b/
drivers/staging/octeon/ethernet-tx.c
@@
-99,8
+99,6
@@
static void cvm_oct_free_tx_skbs(struct net_device *dev)
MAX_SKB_TO_FREE);
skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free,
priv->fau + qos * 4);
-
-
total_freed += skb_to_free;
if (skb_to_free > 0) {
struct sk_buff *to_free_list = NULL;