git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40896d
)
[TCP]: Convert several length variable to unsigned.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Sat, 12 Jan 2008 10:16:03 +0000
(
02:16
-0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 22:59:56 +0000
(14:59 -0800)
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 <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found