From patchwork Wed Feb 21 10:52:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13565420 X-Patchwork-Delegate: kuba@kernel.org Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 460EC3EA6F for ; Wed, 21 Feb 2024 10:52:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.88 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708512775; cv=none; b=Nh4dGtTFzVSg2rVzdGxxmxEvj0fJ7UYrOfqAzfYl4/GwwAKb48ycOBYe+sVpxJsFsm7da033ho+97i02awxOy6Dn//Rt3ncmED2fdomCwiqg2IAHuxF2kQMmqHa52N0hHmw6t/DWKKh1Gst3F+zqjElNCimWz3iwQn+le+39vm4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708512775; c=relaxed/simple; bh=xdqio47qX0QHz+F+MzyEbD62K3UDC1/NI6DWIDHjdy0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=TrpXBctRVcBIr7ZyJdxiAdHSPCG6mQ6gY2U+JagCe4hQ+xms/zuWf5JXNvdxSp/RLXa4MQNu+u7R6Qc4PNw02eJwpcbjlwgM2y3cO48EZkOmQeOk3Iiln4mwETiDBWP2wNqSDhRNYJkmA9rZHwbkaLEJKKwaEo5l1hZBy49jXfc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.88 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:5450:2f24:6e58:231d]) by michel.telenet-ops.be with bizsmtp id pmsi2B00C59vpg206msiir; Wed, 21 Feb 2024 11:52:43 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rckDK-001FTk-0D; Wed, 21 Feb 2024 11:52:42 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rckDS-00Bltk-9j; Wed, 21 Feb 2024 11:52:42 +0100 From: Geert Uytterhoeven To: Veerasenareddy Burru , Sathesh Edara , Shinas Rasheed , Satananda Burla , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] [net-next] octeon_ep_vf: Improve help text grammar Date: Wed, 21 Feb 2024 11:52:41 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org Add missing articles. Fix plural vs. singular. Fix present vs. future. Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Geert Uytterhoeven --- drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig b/drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig index dbd1267bda0c00e3..e371a3ef0c49a1d7 100644 --- a/drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig +++ b/drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig @@ -8,12 +8,12 @@ config OCTEON_EP_VF depends on 64BIT depends on PCI help - This driver supports networking functionality of Marvell's + This driver supports the networking functionality of Marvell's Octeon PCI Endpoint NIC VF. - To know the list of devices supported by this driver, refer + To know the list of devices supported by this driver, refer to the documentation in . - To compile this drivers as a module, choose M here. Name of the - module is octeon_ep_vf. + To compile this driver as a module, choose M here. + The name of the module will be octeon_ep_vf.