From: Tuukka Tikkanen Date: Wed, 14 Aug 2013 16:02:35 +0000 (+0300) Subject: cpuidle: Rearrange code and comments in get_typical_interval() X-Git-Tag: v3.12-rc1~178^2~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017099e25fb7e482a249d36a654556d32f601f71;p=pandora-kernel.git cpuidle: Rearrange code and comments in get_typical_interval() This patch rearranges a if-return-elsif-goto-fi-return sequence into if-return-fi-if-return-fi-goto sequence. The functionality remains the same. Also, a lengthy comment that did not describe the functionality in the order it occurs is split into half and top half is moved closer to actual implementation it describes. Signed-off-by: Tuukka Tikkanen Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed