commit | 82981930125abfd39d7c8378a9cfdf5e1be2002b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Apr 26 20:07:59 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 02:14:21 2012 -0400 |
tree | 1c5ee5b39af1f39cca3f598beb4e187ae96da685 | |
parent | c60f6aa8acfd93f4550c7d5eb03351d4cbd1460d [diff] |
net: cleanups in sock_setsockopt() Use min_t()/max_t() macros, reformat two comments, use !!test_bit() to match !!sock_flag() Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>