Skip to content

Commit

Permalink
net: jme: fix indentation issues
Browse files Browse the repository at this point in the history
There are two lines that have indentation issues, fix these. Also remove
an empty line.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Jan 18, 2019
1 parent c002869 commit fb70950
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/net/ethernet/jme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2034,10 +2034,9 @@ static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count)
ctxbi->len,
PCI_DMA_TODEVICE);

ctxbi->mapping = 0;
ctxbi->len = 0;
ctxbi->mapping = 0;
ctxbi->len = 0;
}

}

static int
Expand Down

0 comments on commit fb70950

Please sign in to comment.