Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp656719pxv; Thu, 15 Jul 2021 12:39:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz1GA1SbTjn5Jwxt11nEk+GBKhhZjWDFcPG8X0XKW/vKoNnJ4NG3nLrHE6agMn2DFGCx0O+ X-Received: by 2002:a92:c10c:: with SMTP id p12mr3649484ile.92.1626377947240; Thu, 15 Jul 2021 12:39:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626377947; cv=none; d=google.com; s=arc-20160816; b=yVKagn+YOYEdmrqYwN76tkf1/PjPp+d0oblBXxx77kZ44f0z5bFu387yfIY8X6e7/x kl1K3vswiaj8MqaO7Afp5sKP7tK+jnJO+n99D+rTiuSkLzbwJ5FIv2xAB8XRTBjTdEAJ bPYbfR9LOGDGY9dlWzLlQ90ms/d5REiNhlka4s8wb2oHVxQojsglStYAebkSvR7BRb0h G7RfANTzqDwoJdbqBQ1A/3YYYVT9SiNz48CcFoyeMsqr/clX2BzRuqLYB+o+8AZdlVty QRK5cyKFFvdn7FOMD0B9KmGVZZRWZPH9iwyHvj/dsT0IR7phMvENqJr0SK6rdf5V8d/a W6ng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=9pdVzl5MRgjx/o6kooBF84En5aH5oU6ojf44AAz1fv8=; b=FejCrOiosFUPiOV0cTVXBgIIhQf/+D87/aMZQszOJwz0Fj52cBSNCwO15aI++g8iuy PX12CHHeYSocWqDGsE/v6LlGfjzlXeiZ3hUxXk1Kic01b1cYgRZUSXGhshwHy0fV+q4k BHBDrATWT5x4kUE4wt6kkiGCkIJ/J5idM6wMBEZjVsDc5MddQK5/vX85ZLSuKrZ8RED7 LZFTAD/slgEmHr+DYvVSvMQ5rHvmVqm1Dwjk7bF2bcIlCTyr026YtH+74xebcPa+LiB9 DI0ISrQDYSL+oo3yhnL+MW0EeURQdNZEFxJw8f1M7ZeG/Bg3PSe5gxGfG6HYW5Zni6R2 yoPw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Wieskvdy; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z12si8504653iow.36.2021.07.15.12.38.53; Thu, 15 Jul 2021 12:39:07 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Wieskvdy; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243721AbhGOTip (ORCPT + 99 others); Thu, 15 Jul 2021 15:38:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:51020 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244234AbhGOTOh (ORCPT ); Thu, 15 Jul 2021 15:14:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 30E1F610C7; Thu, 15 Jul 2021 19:09:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626376194; bh=oufMQSq/HD270ct52SaTBS/clIfip/4ZbIOyx8NQw7c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WieskvdyI6uzVICDfuzq0eaw64o5nZm+2BErcp+c41v494VaArPxJCtINt/eChb4k 1NSncexABujzgVeBYAKvBHCdRyOaHQvZxka2eUhMYit/oeoC/KmdAWGTsAQiH+Vph7 XGfD7Cs9dS6N1A4pHilvdkGzCkLL+6COkqIxmf8M= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jian Shen , "David S. Miller" , Sasha Levin Subject: [PATCH 5.13 115/266] net: fix mistake path for netdev_features_strings Date: Thu, 15 Jul 2021 20:37:50 +0200 Message-Id: <20210715182634.205300470@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210715182613.933608881@linuxfoundation.org> References: <20210715182613.933608881@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jian Shen [ Upstream commit 2d8ea148e553e1dd4e80a87741abdfb229e2b323 ] Th_strings arrays netdev_features_strings, tunable_strings, and phy_tunable_strings has been moved to file net/ethtool/common.c. So fixes the comment. Signed-off-by: Jian Shen Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- include/linux/netdev_features.h | 2 +- include/uapi/linux/ethtool.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index 3de38d6a0aea..2c6b9e416225 100644 --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h @@ -93,7 +93,7 @@ enum { /* * Add your fresh new feature above and remember to update - * netdev_features_strings[] in net/core/ethtool.c and maybe + * netdev_features_strings[] in net/ethtool/common.c and maybe * some feature mask #defines below. Please also describe it * in Documentation/networking/netdev-features.rst. */ diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index cfef6b08169a..67aa7134b301 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h @@ -233,7 +233,7 @@ enum tunable_id { ETHTOOL_PFC_PREVENTION_TOUT, /* timeout in msecs */ /* * Add your fresh new tunable attribute above and remember to update - * tunable_strings[] in net/core/ethtool.c + * tunable_strings[] in net/ethtool/common.c */ __ETHTOOL_TUNABLE_COUNT, }; @@ -297,7 +297,7 @@ enum phy_tunable_id { ETHTOOL_PHY_EDPD, /* * Add your fresh new phy tunable attribute above and remember to update - * phy_tunable_strings[] in net/core/ethtool.c + * phy_tunable_strings[] in net/ethtool/common.c */ __ETHTOOL_PHY_TUNABLE_COUNT, }; -- 2.30.2