From: Tuukka Tikkanen Date: Wed, 14 Aug 2013 16:02:37 +0000 (+0300) Subject: cpuidle: CodingStyle: Break up multiple assignments on single line X-Git-Tag: v3.12-rc1~178^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd46bca8ca8ad20cadf74fd9b76364c46ed0f31;p=pandora-kernel.git cpuidle: CodingStyle: Break up multiple assignments on single line The function get_typical_interval() initializes a number of variables that are immediately after declarations assigned constant values. In addition, there are multiple assignments on a single line, which is explicitly forbidden by Documentation/CodingStyle. This patch removes redundant initial values for the variables and breaks up the multiple assignment line. Signed-off-by: Tuukka Tikkanen Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed