]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a43b40cb6b18af55f96c636fb955ed455abfcdc
treed30cc0144afe0f4640e432b4c0bd4a0f1f86c9ed
parent4211fad28605224933942bfb62c62580b6d09c9d
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