capped: fix how the min() macro is handled.
commit8f9a824ec0fe1274531b025f09e86a76f0348c79
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 14 Sep 2012 12:39:20 +0000 (14 15:39 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 14 Sep 2012 12:39:20 +0000 (14 15:39 +0300)
tree4ee0d9ce71d5b9b958e28a8930e8f99f62dc7332
parentad5c63add9f1d33ffaaa86f00ba50b7da8d223e3
capped: fix how the min() macro is handled.

It's cleaner to say the min() macro is always capped instead of handling
x = min(...);
as a special case.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_capped.c