net: cleanups in sock_setsockopt()
authorEric Dumazet <edumazet@google.com>
Thu, 26 Apr 2012 20:07:59 +0000 (20:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2012 06:14:21 +0000 (02:14 -0400)
commit82981930125abfd39d7c8378a9cfdf5e1be2002b
tree1c5ee5b39af1f39cca3f598beb4e187ae96da685
parentc60f6aa8acfd93f4550c7d5eb03351d4cbd1460d
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>
net/core/sock.c