From: Viresh Kumar Date: Wed, 2 Oct 2013 08:43:13 +0000 (+0530) Subject: cpufreq: don't break string in print statements X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75949c9a1fe0fd07983788449059337edac2b9f6;p=pandora-kernel.git cpufreq: don't break string in print statements As a rule its better not to break string (quoted inside "") in a print statement even if it crosses 80 column boundary as that may introduce bugs and so this patch rewrites one of the print statements.. Signed-off-by: Viresh Kumar Reviewed-by: Srivatsa S. Bhat Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed