From: Gerrit Renker Date: Sun, 3 Dec 2006 16:52:41 +0000 (-0200) Subject: [DCCP] tfrc: Identify TFRC table limits and simplify code X-Git-Tag: v2.6.20-rc1~34^2~40^2~13^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006042d7e1a0aae35c9dd9eb8ec71fa379679adb;p=pandora-kernel.git [DCCP] tfrc: Identify TFRC table limits and simplify code This * adds documentation about the lowest resolution that is possible within the bounds of the current lookup table * defines a constant TFRC_SMALLEST_P which defines this resolution * issues a warning if a given value of p is below resolution * combines two previously adjacent if-blocks of nearly identical structure into one This patch does not change the algorithm as such. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed