dccp: ccid2.c, ccid3.c use clamp(), clamp_t()
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 2 May 2008 23:44:07 +0000 (16:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 May 2008 23:44:07 +0000 (16:44 -0700)
commit84994e16f25dabe234be4fc2d323ec9db95b87cb
treed30cc0144afe0f4640e432b4c0bd4a0f1f86c9ed
parent0c0b0aca66b3a58e12a216d992a0b534eff210e0
dccp: ccid2.c, ccid3.c use clamp(), clamp_t()

Makes the intention of the nested min/max clear.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/ccid2.c
net/dccp/ccids/ccid3.c