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)
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>

No differences found