diff options
Diffstat (limited to 'net/core/sock.c')
| -rw-r--r-- | net/core/sock.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/net/core/sock.c b/net/core/sock.c index e4f40b175acb..6c5c6b18eff4 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -1008,7 +1008,7 @@ set_sndbuf:  		break;  	case SO_TIMESTAMPING_NEW:  		sock_set_flag(sk, SOCK_TSTAMP_NEW); -		/* fall through */ +		fallthrough;  	case SO_TIMESTAMPING_OLD:  		if (val & ~SOF_TIMESTAMPING_MASK) {  			ret = -EINVAL; @@ -3254,7 +3254,7 @@ void sk_common_release(struct sock *sk)  		sk->sk_prot->destroy(sk);  	/* -	 * Observation: when sock_common_release is called, processes have +	 * Observation: when sk_common_release is called, processes have  	 * no access to socket. But net still has.  	 * Step one, detach it from networking:  	 * |