All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: vt6655: { retrieved upper row
@ 2015-02-21 20:24 Hatice ERTÜRK
  2015-02-21 21:06 ` [Outreachy kernel] " Julia Lawall
  2015-02-26 18:31 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Hatice ERTÜRK @ 2015-02-21 20:24 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Hatice ERTURK

That open brace { should be on the previous line.
This Error found with checkpatch.pl

Signed-off-by: Hatice ERTURK <haticeerturk27@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 a079640..e77a5f6 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] 5+ messages in thread

end of thread, other threads:[~2015-02-26 18:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21 20:24 [PATCH] Staging: vt6655: { retrieved upper row Hatice ERTÜRK
2015-02-21 21:06 ` [Outreachy kernel] " Julia Lawall
2015-02-21 21:11   ` Hatice ERTÜRK
2015-02-21 21:16     ` Julia Lawall
2015-02-26 18:31 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.