mirror of https://gitee.com/openkylin/linux.git
staging: i4l: act2000: remove blank line after brace
checkpatch complains about an extra blank line after an opening brace. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
360a63c850
commit
fdf94a00e3
|
@ -358,7 +358,6 @@ act2000_isa_send(act2000_card *card)
|
|||
static int
|
||||
act2000_isa_getid(act2000_card *card)
|
||||
{
|
||||
|
||||
act2000_fwid fid;
|
||||
u_char *p = (u_char *)&fid;
|
||||
int count = 0;
|
||||
|
|
Loading…
Reference in New Issue