* [PATCH] Staging: comedi: fix coding style in range.c
@ 2010-03-11 17:32 John D Sheehan
0 siblings, 0 replies; only message in thread
From: John D Sheehan @ 2010-03-11 17:32 UTC (permalink / raw)
To: gregkh, wfp5p, mithlesh; +Cc: devel, linux-kernel, John Sheehan
From: John Sheehan <john.d.sheehan@gmail.com>
add missing space before closing brace
Signed-off-by: John Sheehan <john.d.sheehan@gmail.com>
---
drivers/staging/comedi/range.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/comedi/range.c b/drivers/staging/comedi/range.c
index 8313dfc..188c479 100644
--- a/drivers/staging/comedi/range.c
+++ b/drivers/staging/comedi/range.c
@@ -29,7 +29,7 @@ const struct comedi_lrange range_bipolar5 = { 1, {BIP_RANGE(5)} };
const struct comedi_lrange range_bipolar2_5 = { 1, {BIP_RANGE(2.5)} };
const struct comedi_lrange range_unipolar10 = { 1, {UNI_RANGE(10)} };
const struct comedi_lrange range_unipolar5 = { 1, {UNI_RANGE(5)} };
-const struct comedi_lrange range_unknown = { 1, {{0, 1000000, UNIT_none}} };
+const struct comedi_lrange range_unknown = { 1, {{0, 1000000, UNIT_none} } };
/*
COMEDI_RANGEINFO
--
1.6.3.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-11 17:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-11 17:32 [PATCH] Staging: comedi: fix coding style in range.c John D Sheehan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome