staging: vt6655: lines should not end with a parenthesis
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Thu, 21 Mar 2019 10:35:36 +0000 (16:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Mar 2019 19:08:07 +0000 (20:08 +0100)
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>
drivers/staging/vt6655/rf.c

index 808cfaf..15b9270 100644 (file)
@@ -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;