net: Move the comment about unsettable socket-level options to default clause and...
authorYOSHIFUJI Hideaki/吉藤英明 <hideaki.yoshifuji@miraclelinux.com>
Mon, 23 Mar 2015 09:04:13 +0000 (18:04 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Mar 2015 20:54:34 +0000 (16:54 -0400)
We implement the SO_SNDLOWAT etc not to be settable and return
ENOPROTOOPT per 1003.1g 7.  Move the comment to appropriate
position and update the reference.

Signed-off-by: YOSHIFUJI Hideaki <hideaki.yoshifuji@miraclelinux.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c

diff --cc net/core/sock.c
Simple merge