From: YOSHIFUJI Hideaki Date: Sat, 12 Jan 2008 10:16:03 +0000 (-0800) Subject: [TCP]: Convert several length variable to unsigned. X-Git-Tag: v2.6.25-rc1~1162^2~930 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb5734e5b9b26097c7fa28a9c6426a204cc15e3;p=pandora-kernel.git [TCP]: Convert several length variable to unsigned. Several length variables cannot be negative, so convert int to unsigned int. This also allows us to do sane shift operations on those variables. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed