From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUG Date: Tue, 24 Oct 2017 18:45:17 +0900 (KST) Message-ID: <20171024.184517.1088921388455045467.davem@davemloft.net> References: <20171023181056.GA25239@embeddedor.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: garsilva@embeddedor.com Return-path: In-Reply-To: <20171023181056.GA25239@embeddedor.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "Gustavo A. R. Silva" Date: Mon, 23 Oct 2017 13:10:56 -0500 > Use BUG_ON instead of if condition followed by BUG in tcp_time_wait. > > This issue was detected with the help of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva Applied.