1
0
Fork 0

Staging: vt6655: Alignment should match open parenthesis

Fix the check to improve readibility.
CHECK: Alignment should match open parenthesis

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Madhumitha Prabakaran 2019-02-25 14:13:32 -06:00 committed by Greg Kroah-Hartman
parent f1a32f9586
commit 00bdd001b0
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ static void device_free_rx_buf(struct vnt_private *priv,
struct vnt_rd_info *rd_info = rd->rd_info;
dma_unmap_single(&priv->pcid->dev, rd_info->skb_dma,
priv->rx_buf_sz, DMA_FROM_DEVICE);
priv->rx_buf_sz, DMA_FROM_DEVICE);
dev_kfree_skb(rd_info->skb);
}