public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Staging/media: fixed spacing coding style in go7007/wis-ov7640.c
@ 2012-11-02 12:08 YAMANE Toshiaki
  2012-11-02 12:09 ` [PATCH 2/2] Staging/media: Use dev_ printks " YAMANE Toshiaki
  2012-11-02 12:42 ` [PATCH 1/2] Staging/media: fixed spacing coding style " Peter Senna Tschudin
  0 siblings, 2 replies; 4+ messages in thread
From: YAMANE Toshiaki @ 2012-11-02 12:08 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-media; +Cc: linux-kernel, YAMANE Toshiaki

fixed below checkpatch error.
- ERROR: that open brace { should be on the previous line

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
---
 drivers/staging/media/go7007/wis-ov7640.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/media/go7007/wis-ov7640.c b/drivers/staging/media/go7007/wis-ov7640.c
index 6bc9470..eb5efc9 100644
--- a/drivers/staging/media/go7007/wis-ov7640.c
+++ b/drivers/staging/media/go7007/wis-ov7640.c
@@ -29,8 +29,7 @@ struct wis_ov7640 {
 	int hue;
 };
 
-static u8 initial_registers[] =
-{
+static u8 initial_registers[] = {
 	0x12, 0x80,
 	0x12, 0x54,
 	0x14, 0x24,
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-02 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 12:08 [PATCH 1/2] Staging/media: fixed spacing coding style in go7007/wis-ov7640.c YAMANE Toshiaki
2012-11-02 12:09 ` [PATCH 2/2] Staging/media: Use dev_ printks " YAMANE Toshiaki
2012-11-02 12:56   ` Peter Senna Tschudin
2012-11-02 12:42 ` [PATCH 1/2] Staging/media: fixed spacing coding style " Peter Senna Tschudin

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