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:
parent
814625b539
commit
28682b557d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user