public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vt6655: fix that open brace { should be on the previous line
@ 2015-01-21 10:01 MariamMohamedFawzy
  2015-01-25 11:44 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: MariamMohamedFawzy @ 2015-01-21 10:01 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: MariamMohamedFawzy <maryammohamed61@gmail.com>
---
 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 related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-25 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 10:01 [PATCH] staging: vt6655: fix that open brace { should be on the previous line MariamMohamedFawzy
2015-01-25 11:44 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox