Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Janani Ravichandran and committed by
Greg Kroah-Hartman
28682b55 814625b5

+1 -3
+1 -3
drivers/staging/vt6655/rf.c
··· 612 612 * Return Value: true if succeeded; false if failed. 613 613 * 614 614 */ 615 - bool RFbInit( 616 - struct vnt_private *priv 617 - ) 615 + bool RFbInit(struct vnt_private *priv) 618 616 { 619 617 bool ret = true; 620 618