From 4a278a92958dfda6d0954957402338026f55d84a Mon Sep 17 00:00:00 2001 From: Payal Kshirsagar Date: Thu, 21 Mar 2019 16:05:36 +0530 Subject: staging: vt6655: lines should not end with a parenthesis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adjust code to fix the style issue – lines should not end with a parenthesis. Signed-off-by: Payal Kshirsagar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/rf.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'drivers/staging/vt6655') diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c index 808cfaf08888..15b927082a8c 100644 --- a/drivers/staging/vt6655/rf.c +++ b/drivers/staging/vt6655/rf.c @@ -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; -- cgit v1.2.3