提交 28682b55 编写于 作者: J Janani Ravichandran 提交者: Greg Kroah-Hartman

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: NJanani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 814625b5
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册