commit | 3a229fd54db17f39ce14348c9de898b3671771ca | [log] [tgz] |
---|---|---|
author | J. Ali Harlow <ali@avrc.city.ac.uk> | Thu May 12 19:09:57 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 17 11:37:56 2011 -0700 |
tree | 6fdbc39a893bd42ea132f8ff38b45427823e4e39 | |
parent | cacd18a8476ce145ca5dcd46dc5b75585fd1289c [diff] |
comedi vmk80xx: Style improvements Style improvements to comedi driver vmk80xx: * One variable definition per line * Block quotes start and end with near-empty lines * If..else statements use braces for both branches * Egregious blank lines removed * Use if..else rather than goto where trivial * Don't put function return type on a separate line Signed-off-by: J. Ali Harlow <ali@avrc.city.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>