[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1268328753-8066-1-git-send-email-john.d.sheehan@gmail.com>
Date: Thu, 11 Mar 2010 17:32:33 +0000
From: John D Sheehan <john.d.sheehan@...il.com>
To: gregkh@...e.de, wfp5p@...ginia.edu, mithlesh@...syssoft.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
John Sheehan <john.d.sheehan@...il.com>
Subject: [PATCH] Staging: comedi: fix coding style in range.c
From: John Sheehan <john.d.sheehan@...il.com>
add missing space before closing brace
Signed-off-by: John Sheehan <john.d.sheehan@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists