Commit fb70950e authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

net: jme: fix indentation issues

There are two lines that have indentation issues, fix these. Also remove
an empty line.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c0028696
...@@ -2034,10 +2034,9 @@ static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count) ...@@ -2034,10 +2034,9 @@ static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count)
ctxbi->len, ctxbi->len,
PCI_DMA_TODEVICE); PCI_DMA_TODEVICE);
ctxbi->mapping = 0; ctxbi->mapping = 0;
ctxbi->len = 0; ctxbi->len = 0;
} }
} }
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment