From patchwork Wed Sep 9 00:14:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1360232 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=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=HzK4YMWn; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BmMwN3xc4z9sTH for ; Wed, 9 Sep 2020 10:15:00 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728443AbgIIAOw (ORCPT ); Tue, 8 Sep 2020 20:14:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726560AbgIIAOw (ORCPT ); Tue, 8 Sep 2020 20:14:52 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD658C061573 for ; Tue, 8 Sep 2020 17:14:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:In-Reply-To:References; bh=Sv8UV9boXP/fu4sTmxcb5dRstdGhWgDrMkhzsOH27MU=; b=HzK4YMWnAIHS/NX0rJxkDLsbkZ qr+je+YjQjbElOUT5KXsItW790MKdoap4K1SIolAVIYvY5VBcXYcMzPsAycaxbQr/oljHkZVUNoFV 2K4omp16urGRJi/UKznM/A10kJQ0NSG082dPxhTJcmkd8q7l5GC43pyMmHEH2rPaEkrukLU0ClFvU bjR+Hcil/6bE51JU11ysTzd0iPJbjQLrkbI5ireh6t3BaOscEGqwXaX5IEBrkDvGc0bmL39WRKc4s hnOzd/I2DJbl1r+vSm4IjM2ac/QoW2bFUdOK7e1PtaOLJpX8JHEMg/TnRI32Q2vIpOy0RZtU9MwmH vA0E70vg==; Received: from [2601:1c0:6280:3f0::19c2] by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFnl8-0004MX-HD; Wed, 09 Sep 2020 00:14:47 +0000 To: "netdev@vger.kernel.org" , David Miller , Jakub Kicinski , Jiri Kosina , Jon Mason From: Randy Dunlap Subject: [PATCH trivial] net: ethernet/neterion/vxge: fix spelling of "functionality" Message-ID: Date: Tue, 8 Sep 2020 17:14:44 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 Content-Language: en-US Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Randy Dunlap Fix typo/spello of "functionality". Signed-off-by: Randy Dunlap Cc: Jon Mason Cc: "David S. Miller" Cc: Jakub Kicinski Cc: netdev@vger.kernel.org Cc: Jiri Kosina --- drivers/net/ethernet/neterion/vxge/vxge-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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. */