Commit 28682b55 authored by Janani Ravichandran's avatar Janani Ravichandran Committed by Greg Kroah-Hartman
Browse files

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: default avatarJanani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 814625b5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;