[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150126092436.GA3622@mariam-VirtualBox>
Date: Mon, 26 Jan 2015 11:24:36 +0200
From: Mariam Mohamed Fawzy <maryammohamed61@...il.com>
To: devel@...verdev.osuosl.org
Cc: forest@...ttletooquiet.net, gregkh@...uxfoundation.org,
tvboxspy@...il.com, gclement@...bob.org,
guido@...guardiasur.com.ar, veronicca114@...il.com,
linux-kernel@...r.kernel.org
Subject: [PATCH v2] 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: Mariam Mohamed Fawzy <maryammohamed61@...il.com>
---
v2: Adjusted my legal name.
drivers/staging/vt6655/card.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index 47801ca..1cdcf49 100644
--- a/drivers/staging/vt6655/card.c
+++ b/drivers/staging/vt6655/card.c
@@ -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 --------------------------*/
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists