From: Andrea Gelmini Date: Fri, 26 Feb 2010 09:15:03 +0000 (+0100) Subject: Staging: comedi: cb_pcimdda.c: Checkpatch cleanup X-Git-Tag: v2.6.34-rc1~10^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c54e82726fe51a55a18d15dc9377b8fd568ca2;p=pandora-kernel.git Staging: comedi: cb_pcimdda.c: Checkpatch cleanup WARNING: braces {} are not necessary for any arm of this statement + if (it->options[2]) { [...] + } else { [...] WARNING: braces {} are not necessary for single statement blocks + if (devpriv->registers) { + comedi_pci_disable(devpriv->pci_dev); + } Signed-off-by: Andrea Gelmini Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed