netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Mitch Williams <mitch.a.williams@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	jogreene@redhat.com, Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Subject: [net-next v2 08/14] i40e: correct spelling error
Date: Wed, 26 Aug 2015 15:49:27 -0700	[thread overview]
Message-ID: <1440629373-21287-9-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
In-Reply-To: <1440629373-21287-1-git-send-email-jeffrey.t.kirsher@intel.com>

From: Mitch Williams <mitch.a.williams@intel.com>

Turns out that 'inavlid' is an inavlid spelling for 'invalid'.

Change-ID: Ie1fe2d0f8d1ba75ab880594875ec2e4152a76f61
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
index 62824f5..e972b5e 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
@@ -2546,7 +2546,7 @@ static int i40e_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key,
  * @indir: indirection table
  * @key: hash key
  *
- * Returns -EINVAL if the table specifies an inavlid queue id, otherwise
+ * Returns -EINVAL if the table specifies an invalid queue id, otherwise
  * returns 0 after programming the table.
  **/
 static int i40e_set_rxfh(struct net_device *netdev, const u32 *indir,
-- 
2.4.3

  parent reply	other threads:[~2015-08-26 22:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-26 22:49 [net-next v2 00/14][pull request] Intel Wired LAN Driver Updates 2015-08-26 Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 01/14] i40e: don't degrade __le16 Jeff Kirsher
2015-08-26 22:57   ` Joe Perches
2015-08-26 22:49 ` [net-next v2 02/14] i40e: add RX to port CRC errors label Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 03/14] i40e: Move function calls to i40e_shutdown instead of i40e_suspend Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 04/14] i40e: Fix legacy interrupt mode in the driver Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 05/14] i40e: Fix ethtool offline diagnostic with netqueues Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 06/14] i40e/i40evf: Add capability to gather VEB per TC stats Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 07/14] i40e: Fix comment for ethtool diagnostic link test Jeff Kirsher
2015-08-26 22:49 ` Jeff Kirsher [this message]
2015-08-26 22:49 ` [net-next v2 09/14] i40evf: Use the correct defines to match the VF registers Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 10/14] i40evf: Remove PF specific register definitions from the VF Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 11/14] i40e: Remove redundant and unneeded messages Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 12/14] i40e/i40evf: add VIRTCHNL_VF_OFFLOAD flag Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 13/14] i40e/i40evf: Cache the CEE TLV status returned from firmware Jeff Kirsher
2015-08-26 22:49 ` [net-next v2 14/14] i40e/i40evf: Bump i40e to 1.3.9 and i40evf to 1.3.5 Jeff Kirsher
2015-08-27 21:06 ` [net-next v2 00/14][pull request] Intel Wired LAN Driver Updates 2015-08-26 David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1440629373-21287-9-git-send-email-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=jogreene@redhat.com \
    --cc=mitch.a.williams@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sassmann@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).