staging: vt6655: lines should not end with a parenthesis
Adjust code to fix the style issue – lines should not end with a parenthesis. Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1f176773fa
commit
4a278a9295
@ -828,11 +828,8 @@ bool RFbSetPower(
|
||||
*
|
||||
*/
|
||||
|
||||
bool RFbRawSetPower(
|
||||
struct vnt_private *priv,
|
||||
unsigned char byPwr,
|
||||
unsigned int rate
|
||||
)
|
||||
bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr,
|
||||
unsigned int rate)
|
||||
{
|
||||
bool ret = true;
|
||||
unsigned long dwMax7230Pwr = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user