From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v7 05/11] net: pch_gbe: Move pch_gbe_watchdog lower in pch_gbe_main.c Date: Wed, 27 Jun 2018 19:23:25 +0200 Message-ID: <20180627172325.GC885@lunn.ch> References: <20180627000612.27263-1-paul.burton@mips.com> <20180627000612.27263-6-paul.burton@mips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, "David S . Miller" To: Paul Burton Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:44679 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965022AbeF0RX2 (ORCPT ); Wed, 27 Jun 2018 13:23:28 -0400 Content-Disposition: inline In-Reply-To: <20180627000612.27263-6-paul.burton@mips.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jun 26, 2018 at 05:06:06PM -0700, Paul Burton wrote: > This patch moves the pch_gbe_watchdog() function lower in pch_gbe_main.c > in order to allow use of other functions in the next patch, without > requiring lots of forward declarations. Doing this as a separate patch > makes it clearer what actually changed in the next patch. > > The function is unmodified except for whitespace changes to satisfy > checkpatch. > > Signed-off-by: Paul Burton > Cc: Andrew Lunn > Cc: David S. Miller > Cc: netdev@vger.kernel.org Reviewed-by: Andrew Lunn Andrew