forked from Minki/linux
staging: vt6656: Remove space before closing brace
Remove space before closing brace '}'. Problem found using checkpatch.pl CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1df7e0a10b
commit
2136c81fd9
@ -810,7 +810,6 @@ void vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning)
|
||||
cr_206 = 0x38;
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
if (ed_inx == priv->bb_pre_ed_index && !scanning)
|
||||
|
Loading…
Reference in New Issue
Block a user