staging: vt6655: Fit function header on the same line
authorJanani Ravichandran <janani.rvchndrn@gmail.com>
Mon, 15 Feb 2016 05:25:23 +0000 (00:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:58:33 +0000 (16:58 -0800)
Improve readability by fitting all parts of the function header on the same line.

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/rf.c

index 3df430b..ae10da2 100644 (file)
@@ -612,9 +612,7 @@ static bool RFbAL2230SelectChannel(struct vnt_private *priv, unsigned char byCha
  * Return Value: true if succeeded; false if failed.
  *
  */
-bool RFbInit(
-       struct vnt_private *priv
-)
+bool RFbInit(struct vnt_private *priv)
 {
        bool ret = true;