From 28682b557d8e89f0a805d82bd74808ff89d0c1bf Mon Sep 17 00:00:00 2001 From: Janani Ravichandran Date: Mon, 15 Feb 2016 00:25:23 -0500 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/rf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c index 3df430b..ae10da2 100644 --- a/drivers/staging/vt6655/rf.c +++ b/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. * */ -bool RFbInit( - struct vnt_private *priv -) +bool RFbInit(struct vnt_private *priv) { bool ret = true; -- 2.7.4