comedi vmk80xx: Style improvements
authorJ. Ali Harlow <ali@avrc.city.ac.uk>
Thu, 12 May 2011 18:09:57 +0000 (19:09 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 May 2011 18:37:56 +0000 (11:37 -0700)
commit3a229fd54db17f39ce14348c9de898b3671771ca
tree6fdbc39a893bd42ea132f8ff38b45427823e4e39
parentcacd18a8476ce145ca5dcd46dc5b75585fd1289c
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>
drivers/staging/comedi/drivers/vmk80xx.c
This page took 0.024443 seconds and 5 git commands to generate.