Commit 4a278a92 authored by Payal Kshirsagar's avatar Payal Kshirsagar Committed by Greg Kroah-Hartman

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: default avatarPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1f176773
...@@ -828,11 +828,8 @@ bool RFbSetPower( ...@@ -828,11 +828,8 @@ bool RFbSetPower(
* *
*/ */
bool RFbRawSetPower( bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr,
struct vnt_private *priv, unsigned int rate)
unsigned char byPwr,
unsigned int rate
)
{ {
bool ret = true; bool ret = true;
unsigned long dwMax7230Pwr = 0; unsigned long dwMax7230Pwr = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment