From: Navya Sri Nizamkari Date: Tue, 3 Mar 2015 11:38:06 +0000 (+0530) Subject: staging: comedi: Remove if condition. X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~651 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d28561b7e01eccaa36b06c987045f08a77b4f4;p=pandora-kernel.git staging: comedi: Remove if condition. This patch removes a if condition which has a semicolon after it. As the conditional check is redundant, the comment before it is also changed. The following coccinelle script was used to detect the pattern of a semicolon after if. @r1@ position p; @@ if (...);@p @script:python@ p0 << r1.p; @@ // Emacs org-mode output cocci.print_main("", p0) cocci.print_secs("", p0) Signed-off-by: Navya Sri Nizamkari Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed