commit | b6241fda0a25062cecc88cefd43658460cfe26a4 | [log] [tgz] |
---|---|---|
author | Gustavo Silva <silvagustavosilva@gmail.com> | Sat Jun 12 16:39:18 2010 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jun 17 15:54:12 2010 -0700 |
tree | 271f255d653fb21dbdffff0da056f61a309b8274 | |
parent | 56b8421ceef7f2dae95b882034ebf6958bad58f6 [diff] |
Staging: comedi: drivers: fix coding style issues in me4000.c This is a patch to the me4000.c file that fixes up the following issues: ERROR: space required after that close brace '}' x 13 ERROR: spaces required around that ':' (ctx:VxV) x 3 WARNING: line over 80 characters x 96 WARNING: braces {} are not necessary for any arm of this statement x 2 Signed-off-by: Gustavo Silva <silvagustavo@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>