Staging: comedi: fix coding style in range.c
authorJohn Sheehan <john.d.sheehan@gmail.com>
Thu, 11 Mar 2010 17:32:33 +0000 (17:32 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:37 +0000 (11:35 -0700)
add missing space before closing brace

Signed-off-by: John Sheehan <john.d.sheehan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/range.c

index 8313dfc..188c479 100644 (file)
@@ -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