linux/net/netfilter
Simon Horman 9c37510b8f ipvs: Use min3() in ip_vs_dbg_callid()
There are two motivations for this:

1. It improves readability to my eyes
2. Using nested min() calls results in a shadowed _min1 variable,
   which is a bit untidy. Sparse complained about this.

I have also replaced (size_t)64 with a variable of type size_t and value 64.
This also improves readability to my eyes.

Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
2013-04-23 11:43:06 +09:00
..
2013-04-18 20:27:55 +02:00
2013-02-21 12:05:51 -08:00
2013-01-21 12:20:19 +01:00
2013-01-21 12:20:19 +01:00
2013-02-05 01:49:26 +01:00