From: Kevin McKinney Date: Wed, 28 Sep 2011 01:28:11 +0000 (-0400) Subject: Staging: bcm: Alter LOC for readability/understandability purposes X-Git-Tag: v3.2-rc1~169^2^2~338 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2505aa6ce42a686b2d3db95ccdcc7bc100e7b8c0;p=pandora-kernel.git Staging: bcm: Alter LOC for readability/understandability purposes This patch alters a line of code to make it more readable and easier to understand. The purpose of the original line of code was to compute the amount of memory to request from kmalloc. This mulit-step algorithm was being done in one line of code, thus making it more difficult to understand. Therefore, I split this algorithm into three logical steps. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed