From patchwork Wed Jul 11 21:10:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Heimpold X-Patchwork-Id: 942716 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=heimpold.de Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=heimpold.de header.i=@heimpold.de header.b="Q253Jzxd"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41QsVs5bvvz9s01 for ; Thu, 12 Jul 2018 07:23:17 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388720AbeGKV3b (ORCPT ); Wed, 11 Jul 2018 17:29:31 -0400 Received: from mo4-p01-ob.smtp.rzone.de ([81.169.146.166]:14135 "EHLO mo4-p01-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732301AbeGKV3b (ORCPT ); Wed, 11 Jul 2018 17:29:31 -0400 X-Greylist: delayed 731 seconds by postgrey-1.27 at vger.kernel.org; Wed, 11 Jul 2018 17:29:30 EDT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1531344194; s=strato-dkim-0002; d=heimpold.de; h=Message-Id:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=qulZJnIlAsMOskoUHHwa15FA6Hf8IgmvfWQP1Ly+bEs=; b=Q253JzxdMCQOCDI6XdDza0+/kZ77oFgTuzBJxmfWFPp1fgipLcLzs42cl3rZt+m7I+ +s+gH5SL8Jyj6T4JXvjp+oos4hv3NH2ORJraFohcUNT/ngmT0Ioj3DgYxfHJ5qLzyGZA Z+MADvzVRegkvNfurD//0hj7+YhDXPhDt/ODBT2FaCuUKTx3v977NnT9eYFqrScht4w+ SE7ToHz+xr14VxnU3XMLuy73UwKZIsU47ObbuNXIaG3yxY9b2WyU6EIdMRIjufEF5U64 X+DEzw0fa/8mfHGVJePFVR7ydJdnBwfC5TBLjZQNf+49+Psqfy4SG/tNK+xAskVxOjOg ofyw== X-RZG-AUTH: ":O2kGeEG7b/pS1EW8QnKjhhg/vO4pzqdNytq77N6ZPUGwIpLOmsCM+BB/JuKi9Rok/o3z+V90Po+4" X-RZG-CLASS-ID: mo00 Received: from tonne.mhei.heimpold.itr by smtp.strato.de (RZmta 43.12 DYNA|AUTH) with ESMTPSA id D04789u6BLB5BIr (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 11 Jul 2018 23:11:05 +0200 (CEST) Received: from kerker.mhei.heimpold.itr (kerker.mhei.heimpold.itr [192.168.8.1]) by tonne.mhei.heimpold.itr (Postfix) with ESMTP id 221C4140C06; Wed, 11 Jul 2018 23:11:04 +0200 (CEST) From: Michael Heimpold To: netdev@vger.kernel.org, davem@davemloft.net Cc: linux-kernel@vger.kernel.org, Michael Heimpold Subject: [PATCH] net: ethtool: fix spelling mistake: "tubale" -> "tunable" Date: Wed, 11 Jul 2018 23:10:55 +0200 Message-Id: <20180711211055.14318-1-mhei@heimpold.de> X-Mailer: git-send-email 2.17.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Michael Heimpold --- include/uapi/linux/ethtool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index 4ca65b56084f..7363f18e65a5 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h @@ -226,7 +226,7 @@ enum tunable_id { ETHTOOL_TX_COPYBREAK, ETHTOOL_PFC_PREVENTION_TOUT, /* timeout in msecs */ /* - * Add your fresh new tubale attribute above and remember to update + * Add your fresh new tunable attribute above and remember to update * tunable_strings[] in net/core/ethtool.c */ __ETHTOOL_TUNABLE_COUNT,