From: Kelley Nielsen Date: Sun, 27 Oct 2013 23:40:39 +0000 (-0700) Subject: staging: ft1000: function scram_start_dwnld extracted from scram_dnldr in ft1000_down... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3836cefcc315c53ba25cb589f7b06aa962578b;p=pandora-kernel.git staging: ft1000: function scram_start_dwnld extracted from scram_dnldr in ft1000_download.c function scram_dnldr is over 500 lines long, with deep indents that trigger checkpatch warnings for too many tabs. It mainly consists of a switch statement with long, complicated cases. The first case has been extracted to form the helper function scram_start_dwnld. Some style issues in the extracted lines have been corrected as well. Signed-off-by: Kelley Nielsen Reviewed-by: Peter P Waskiewicz Jr Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed