From 840d435f15f43bd3b45be586d3cc3b4803939176 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 1 Sep 2014 12:03:36 +0100 Subject: [PATCH] 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-format-patch failed