From: Payal Kshirsagar Date: Thu, 21 Mar 2019 10:35:36 +0000 (+0530) Subject: staging: vt6655: lines should not end with a parenthesis X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4a278a92958dfda6d0954957402338026f55d84a;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c index 808cfaf08888e..15b927082a8cf 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;