All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] one typo fix
@ 2011-09-04 19:54 Arvydas Sidorenko
  2011-09-04 19:54 ` [PATCH 2/3] syntax typos fix Arvydas Sidorenko
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Arvydas Sidorenko @ 2011-09-04 19:54 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, devel, asido4

Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
---
 drivers/staging/crystalhd/bc_dts_defs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/crystalhd/bc_dts_defs.h b/drivers/staging/crystalhd/bc_dts_defs.h
index 778e76a..8c6ac3e 100644
--- a/drivers/staging/crystalhd/bc_dts_defs.h
+++ b/drivers/staging/crystalhd/bc_dts_defs.h
@@ -84,7 +84,7 @@ enum BC_SW_OPTIONS {
 	BC_OPT_LINK_OUT_ENCRYPT		= BC_BIT(29),
 };
 
-struct BC_REG_CONFIG{
+struct BC_REG_CONFIG {
 	uint32_t		DbgOptions;
 };
 
-- 
1.7.1


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

end of thread, other threads:[~2011-09-09  8:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-04 19:54 [PATCH 1/3] one typo fix Arvydas Sidorenko
2011-09-04 19:54 ` [PATCH 2/3] syntax typos fix Arvydas Sidorenko
2011-09-04 19:54 ` [PATCH 3/3] typedef cleanup Arvydas Sidorenko
2011-09-08 17:35   ` Chris Boot
2011-09-09  7:30     ` Dan Carpenter
2011-09-09  8:21       ` Chris Boot
2011-09-06 23:57 ` [PATCH 1/3] one typo fix 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.