From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: tcp_input: Neaten DBGUNDO Date: Mon, 18 Sep 2017 11:29:14 -0700 (PDT) Message-ID: <20170918.112914.2210456285725452035.davem@davemloft.net> References: 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: joe@perches.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Joe Perches Date: Sun, 10 Sep 2017 19:02:25 -0700 > Move the #ifdef into the static void function so that the use > of DBGUNDO is validated when FASTRETRANS_DEBUG <= 1. > > Remove the now unnecessary #else and #define DBGUNDO. > > Signed-off-by: Joe Perches Applied.