LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v2] staging: vt6655: fix that open brace { should be on the previous line
@ 2015-01-26  9:24 Mariam Mohamed Fawzy
  0 siblings, 0 replies; only message in thread
From: Mariam Mohamed Fawzy @ 2015-01-26  9:24 UTC (permalink / raw)
  To: devel
  Cc: forest, gregkh, tvboxspy, gclement, guido, veronicca114, linux-kernel

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@gmail.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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-26  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26  9:24 [PATCH v2] staging: vt6655: fix that open brace { should be on the previous line Mariam Mohamed Fawzy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).