From: H Hartley Sweeten Date: Thu, 5 Mar 2015 20:21:18 +0000 (-0700) Subject: staging: comedi: drivers/*.c: add missing braces {} to if/else branches X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~584 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac986d098ee81b75973a0c2f46a9a4edef2a8c6;p=pandora-kernel.git staging: comedi: drivers/*.c: add missing braces {} to if/else branches According to the CodingStyle, braces should be used on all branches if thet are used on any branch, Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed