diff mbox series

[trivial] net: ethernet/neterion/vxge: fix spelling of "functionality"

Message ID d6a2c287-a0bd-202b-d7c2-6d4cdb390b34@infradead.org
State Accepted
Delegated to: David Miller
Headers show
Series [trivial] net: ethernet/neterion/vxge: fix spelling of "functionality" | expand

Commit Message

Randy Dunlap Sept. 9, 2020, 12:14 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix typo/spello of "functionality".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jon Mason <jdmason@kudzu.us>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Jiri Kosina <trivial@kernel.org>
---
 drivers/net/ethernet/neterion/vxge/vxge-main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Sept. 9, 2020, 3:26 a.m. UTC | #1
From: Randy Dunlap <rdunlap@infradead.org>
Date: Tue, 8 Sep 2020 17:14:44 -0700

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix typo/spello of "functionality".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Applied to net-next.
diff mbox series

Patch

--- linux-next-20200908.orig/drivers/net/ethernet/neterion/vxge/vxge-main.c
+++ linux-next-20200908/drivers/net/ethernet/neterion/vxge/vxge-main.c
@@ -4539,7 +4539,7 @@  vxge_probe(struct pci_dev *pdev, const s
 	 * due to the fact that HWTS is using the FCS as the location of the
 	 * timestamp.  The HW FCS checking will still correctly determine if
 	 * there is a valid checksum, and the FCS is being removed by the driver
-	 * anyway.  So no fucntionality is being lost.  Since it is always
+	 * anyway.  So no functionality is being lost.  Since it is always
 	 * enabled, we now simply use the ioctl call to set whether or not the
 	 * driver should be paying attention to the HWTS.
 	 */