From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 197A043AD9; Tue, 27 Aug 2024 17:12:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724778725; cv=none; b=WNFYniO7Ogj+nlf4v00SrxGgemxQBg3BtXOWMo7kZkogChgirexracSsE9MaZs9AC3iiDkdFJ5rRjECYwoWZIQg3TiaeOW3hfD1y3yvQc5bgw2tDaWq4hgPvRsUTD48cAjycW8wRKNn3KkrtWzu+NPTSPtfkFjsY9Rgcvs0iGAQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724778725; c=relaxed/simple; bh=KbjSHZNZ/VdXZo65wv8fvAnqHoSdaVLRnrqEHrBX0Fw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RkjCGkdDeC+TFEyoCd5CRNQvhqJZMB1kyiJsvORzmXQIFMVueqS7PMyZSu/pwd+GgVGT8y1mixxsZ5QKy37gyGpK7pcsfxf6an03YV4AneXrzSCn89M0U+nsQwRvPO779cEgeVR2lqcy2q2Ib0iwNkPInwWDO83NsFxmbC1ZW10= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=XLo0rjej; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="XLo0rjej" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=6MHRwTiI+GJOjlA9is2OP/wAzm7/f6vGKWRbmNuRdiE=; b=XLo0rjejjBa9evrNxWmqv2QqW6 wI/rfBn5KFSiJY8IcYQ88fDjrekYf5G2pIOrXjRLCuZNOwpmqH/+6tMCryv6Gqf1weEtuWkjgQ3S7 nBVTs6iE6/tEg4LeBqYtKyXYUJ/ISSdykSVqRr3zxoLQTk6OSZ9RzjqXSYQcDQNcDYkA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1sizjc-005qc4-8G; Tue, 27 Aug 2024 19:12:00 +0200 Date: Tue, 27 Aug 2024 19:12:00 +0200 From: Andrew Lunn To: Andy Shevchenko Cc: Robert Marko , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH net-next v1 1/1] net: dsa: mv88e6xxx: Remove stale comment Message-ID: <57e756a1-6dfd-4487-8a57-4e088b2cca4e@lunn.ch> References: <20240827171005.2301845-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240827171005.2301845-1-andriy.shevchenko@linux.intel.com> On Tue, Aug 27, 2024 at 08:10:05PM +0300, Andy Shevchenko wrote: > GPIOF_DIR_* definitions are legacy and subject to remove. > Taking this into account, remove stale comment. > > Signed-off-by: Andy Shevchenko Reviewed-by: Andrew Lunn Andrew