From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion() Date: Wed, 17 Oct 2018 22:34:02 -0700 (PDT) Message-ID: <20181017.223402.1520667880142559637.davem@davemloft.net> References: <20181017152635.22981-1-gregory.clement@bootlin.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, alexandre.belloni@bootlin.com To: gregory.clement@bootlin.com Return-path: In-Reply-To: <20181017152635.22981-1-gregory.clement@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Gregory CLEMENT Date: Wed, 17 Oct 2018 17:26:35 +0200 > The ocelot_vlant_wait_for_completion() function is very similar to the > ocelot_mact_wait_for_completion(). It seemed to have be copied but the > comment was not updated, so let's fix it. > > Signed-off-by: Gregory CLEMENT Applied.