Loading net/rxrpc/peer_event.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -245,15 +245,13 @@ void rxrpc_UDP_error_handler(struct work_struct *work) break; break; case SO_EE_ORIGIN_LOCAL: case SO_EE_ORIGIN_LOCAL: _proto("Rx Received local error { error=%d }", _proto("Rx Received local error { error=%d }", err); ee->ee_errno); break; break; case SO_EE_ORIGIN_NONE: case SO_EE_ORIGIN_NONE: case SO_EE_ORIGIN_ICMP6: case SO_EE_ORIGIN_ICMP6: default: default: _proto("Rx Received error report { orig=%u }", _proto("Rx Received error report { orig=%u }", ee->ee_origin); ee->ee_origin); break; break; } } Loading Loading
net/rxrpc/peer_event.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -245,15 +245,13 @@ void rxrpc_UDP_error_handler(struct work_struct *work) break; break; case SO_EE_ORIGIN_LOCAL: case SO_EE_ORIGIN_LOCAL: _proto("Rx Received local error { error=%d }", _proto("Rx Received local error { error=%d }", err); ee->ee_errno); break; break; case SO_EE_ORIGIN_NONE: case SO_EE_ORIGIN_NONE: case SO_EE_ORIGIN_ICMP6: case SO_EE_ORIGIN_ICMP6: default: default: _proto("Rx Received error report { orig=%u }", _proto("Rx Received error report { orig=%u }", ee->ee_origin); ee->ee_origin); break; break; } } Loading