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

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
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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;