From: Catalina Mocanu Date: Fri, 19 Sep 2014 22:55:05 +0000 (-0700) Subject: staging: iio: cdc: Don't put an else right after a return X-Git-Tag: fixes-for-v3.18-merge-window~15^2~306 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288903f6b91e759b0a813219acd376426cbb8f14;p=pandora-kernel.git staging: iio: cdc: Don't put an else right after a return This fixes the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return. While at it, remove new line for symmetry with the rest of the code. Signed-off-by: Catalina Mocanu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed