From: H Hartley Sweeten Date: Fri, 18 Jul 2014 21:28:14 +0000 (-0700) Subject: staging: comedi: comedi_fops: checkpatch.pl --strict cleanup X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36efbacdcb25427fda00d9af5c22a4f3a8867632;p=pandora-kernel.git staging: comedi: comedi_fops: checkpatch.pl --strict cleanup Fix the checkpatch.pl --strict issues: CHECK: braces {} should be used on all arms of this statement CHECK: Alignment should match open parenthesis CHECK: Prefer kzalloc(sizeof(*dev)...) over kzalloc(sizeof(struct comedi_device)...) Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed