From: Ian Abbott Date: Mon, 1 Sep 2014 11:03:36 +0000 (+0100) Subject: staging: comedi: amplc_pci230: collapse some 'else { if' chains X-Git-Tag: fixes-for-v3.18-merge-window~15^2~830 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840d435f15f43bd3b45be586d3cc3b4803939176;p=pandora-kernel.git staging: comedi: amplc_pci230: collapse some 'else { if' chains Where the only thing in an `else { ... }` block is another `if` statement, collapse it to an `else if {` block where it makes sense to do so. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed