diff mbox series

[net-next] octeon_ep_vf: Improve help text grammar

Message ID b3b97462c3d9eba2ec03dd6d597e63bf49a7365a.1708512706.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Commit bcc115760ff32a5a256129a6eb39840288d269bd
Delegated to: Netdev Maintainers
Headers show
Series [net-next] octeon_ep_vf: Improve help text grammar | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 8 of 8 maintainers
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 16 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-02-23--03-00 (tests: 1457)

Commit Message

Geert Uytterhoeven Feb. 21, 2024, 10:52 a.m. UTC
Add missing articles.
Fix plural vs. singular.
Fix present vs. future.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Simon Horman Feb. 21, 2024, 5:58 p.m. UTC | #1
On Wed, Feb 21, 2024 at 11:52:41AM +0100, Geert Uytterhoeven wrote:
> Add missing articles.
> Fix plural vs. singular.
> Fix present vs. future.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Simon Horman <horms@kernel.org>
Sathesh B Edara Feb. 23, 2024, 2:46 a.m. UTC | #2
-----Original Message-----
From: Geert Uytterhoeven <geert+renesas@glider.be> 
Sent: Wednesday, February 21, 2024 4:23 PM
To: Veerasenareddy Burru <vburru@marvell.com>; Sathesh B Edara <sedara@marvell.com>; Shinas Rasheed <srasheed@marvell.com>; Satananda Burla <sburla@marvell.com>; David S . Miller <davem@davemloft.net>; Eric Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [EXT] [PATCH] [net-next] octeon_ep_vf: Improve help text grammar

External Email

----------------------------------------------------------------------
Add missing articles.
Fix plural vs. singular.
Fix present vs. future.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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
 	  <file:Documentation/networking/device_drivers/ethernet/marvell/octeon_ep_vf.rst>.
 
-	  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.
patchwork-bot+netdevbpf@kernel.org Feb. 23, 2024, 3:10 a.m. UTC | #3
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 21 Feb 2024 11:52:41 +0100 you wrote:
> Add missing articles.
> Fix plural vs. singular.
> Fix present vs. future.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  drivers/net/ethernet/marvell/octeon_ep_vf/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Here is the summary with links:
  - [net-next] octeon_ep_vf: Improve help text grammar
    https://git.kernel.org/netdev/net-next/c/bcc115760ff3

You are awesome, thank you!
diff mbox series

Patch

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
 	  <file:Documentation/networking/device_drivers/ethernet/marvell/octeon_ep_vf.rst>.
 
-	  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.