mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
committed by
Greg Kroah-Hartman
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,
|
||||
struct vnt_rx_desc *rd)
|
||||
struct vnt_rx_desc *rd)
|
||||
{
|
||||
struct vnt_rd_info *rd_info = rd->rd_info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user