Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1167ff91 authored by Mariam Mohamed Fawzy's avatar Mariam Mohamed Fawzy Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: fix that open brace { should be on the previous line



This patch fixes the following checkpatch.pl error:
fix that open brace { should be on the previous line

Signed-off-by: default avatarMariam Mohamed Fawzy <maryammohamed61@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 462125b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -68,8 +68,8 @@

/*---------------------  Static Variables  --------------------------*/

static const unsigned short cwRXBCNTSFOff[MAX_RATE] =
{17, 17, 17, 17, 34, 23, 17, 11, 8, 5, 4, 3};
static const unsigned short cwRXBCNTSFOff[MAX_RATE] = {
	17, 17, 17, 17, 34, 23, 17, 11, 8, 5, 4, 3};

/*---------------------  Static Functions  --------------------------*/