Commit 73ad3e24 authored by Madhumitha Prabakaran's avatar Madhumitha Prabakaran Committed by Greg Kroah-Hartman

Staging: vt6655: Alignment should match open parenthesis

Fix the check to improve readibility
CHECK: Alignment should match open parenthesis
Signed-off-by: default avatarMadhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a112152f
......@@ -805,7 +805,7 @@ static bool device_alloc_rx_buf(struct vnt_private *priv,
}
static void device_free_rx_buf(struct vnt_private *priv,
struct vnt_rx_desc *rd)
struct vnt_rx_desc *rd)
{
struct vnt_rd_info *rd_info = rd->rd_info;
......
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