Browse Source

staging: vt6655: Fit function header on the same line

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>
Janani Ravichandran 9 years ago
parent
commit
28682b557d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      drivers/staging/vt6655/rf.c

+ 1 - 3
drivers/staging/vt6655/rf.c

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