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>
This commit is contained in:
Janani Ravichandran 2016-02-15 00:25:23 -05:00 committed by Greg Kroah-Hartman
parent 814625b539
commit 28682b557d
1 changed files with 1 additions and 3 deletions

View 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;