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>
This commit is contained in:
parent
a112152f6f
commit
73ad3e241d
|
@ -805,7 +805,7 @@ static bool device_alloc_rx_buf(struct vnt_private *priv,
|
||||||
}
|
}
|
||||||
|
|
||||||
static void device_free_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;
|
struct vnt_rd_info *rd_info = rd->rd_info;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue