Skip to content

Commit

Permalink
Staging: comedi: fix coding style in range.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Sheehan authored and Greg Kroah-Hartman committed May 11, 2010
1 parent ee21350 commit 1b2e434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/range.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b2e434

Please sign in to comment.