public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2] docs/mlx5: Fix typo subfuction
@ 2026-03-24  5:34 Ryohei Kinugawa
  2026-03-24 13:43 ` Tariq Toukan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ryohei Kinugawa @ 2026-03-24  5:34 UTC (permalink / raw)
  To: rrameshbabu, saeedm, leon, tariqt, mbloch, davem, edumazet, kuba,
	pabeni, horms, corbet, skhan
  Cc: Ryohei Kinugawa, netdev, linux-rdma, linux-doc, joe

Fix two typos:
 - 'Subfunctons' -> 'Subfunctions'
 - 'subfuction' -> 'subfunction'

Reviewed-by: Joe Damato <joe@dama.to>
Signed-off-by: Ryohei Kinugawa <ryohei.kinugawa@gmail.com>
---
 .../device_drivers/ethernet/mellanox/mlx5/kconfig.rst         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
index 34e911480108..b45d6871492c 100644
--- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
+++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
@@ -114,13 +114,13 @@ Enabling the driver and kconfig options
 **CONFIG_MLX5_SF=(y/n)**
 
 |    Build support for subfunction.
-|    Subfunctons are more light weight than PCI SRIOV VFs. Choosing this option
+|    Subfunctions are more light weight than PCI SRIOV VFs. Choosing this option
 |    will enable support for creating subfunction devices.
 
 
 **CONFIG_MLX5_SF_MANAGER=(y/n)**
 
-|    Build support for subfuction port in the NIC. A Mellanox subfunction
+|    Build support for subfunction port in the NIC. A Mellanox subfunction
 |    port is managed through devlink.  A subfunction supports RDMA, netdevice
 |    and vdpa device. It is similar to a SRIOV VF but it doesn't require
 |    SRIOV support.
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v2] docs/mlx5: Fix typo subfuction
  2026-03-24  5:34 [PATCH net-next v2] docs/mlx5: Fix typo subfuction Ryohei Kinugawa
@ 2026-03-24 13:43 ` Tariq Toukan
  2026-03-24 16:21 ` Randy Dunlap
  2026-03-27  1:40 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Tariq Toukan @ 2026-03-24 13:43 UTC (permalink / raw)
  To: Ryohei Kinugawa, rrameshbabu, saeedm, leon, tariqt, mbloch, davem,
	edumazet, kuba, pabeni, horms, corbet, skhan
  Cc: netdev, linux-rdma, linux-doc, joe



On 24/03/2026 7:34, Ryohei Kinugawa wrote:
> Fix two typos:
>   - 'Subfunctons' -> 'Subfunctions'
>   - 'subfuction' -> 'subfunction'
> 
> Reviewed-by: Joe Damato <joe@dama.to>
> Signed-off-by: Ryohei Kinugawa <ryohei.kinugawa@gmail.com>
> ---
>   .../device_drivers/ethernet/mellanox/mlx5/kconfig.rst         | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
> index 34e911480108..b45d6871492c 100644
> --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
> +++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
> @@ -114,13 +114,13 @@ Enabling the driver and kconfig options
>   **CONFIG_MLX5_SF=(y/n)**
>   
>   |    Build support for subfunction.
> -|    Subfunctons are more light weight than PCI SRIOV VFs. Choosing this option
> +|    Subfunctions are more light weight than PCI SRIOV VFs. Choosing this option
>   |    will enable support for creating subfunction devices.
>   
>   
>   **CONFIG_MLX5_SF_MANAGER=(y/n)**
>   
> -|    Build support for subfuction port in the NIC. A Mellanox subfunction
> +|    Build support for subfunction port in the NIC. A Mellanox subfunction
>   |    port is managed through devlink.  A subfunction supports RDMA, netdevice
>   |    and vdpa device. It is similar to a SRIOV VF but it doesn't require
>   |    SRIOV support.

Reviewed-by: Tariq Toukan <tariqt@nvidia.com>

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v2] docs/mlx5: Fix typo subfuction
  2026-03-24  5:34 [PATCH net-next v2] docs/mlx5: Fix typo subfuction Ryohei Kinugawa
  2026-03-24 13:43 ` Tariq Toukan
@ 2026-03-24 16:21 ` Randy Dunlap
  2026-03-27  1:40 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-03-24 16:21 UTC (permalink / raw)
  To: Ryohei Kinugawa, rrameshbabu, saeedm, leon, tariqt, mbloch, davem,
	edumazet, kuba, pabeni, horms, corbet, skhan
  Cc: netdev, linux-rdma, linux-doc, joe



On 3/23/26 10:34 PM, Ryohei Kinugawa wrote:
> Fix two typos:
>  - 'Subfunctons' -> 'Subfunctions'
>  - 'subfuction' -> 'subfunction'
> 
> Reviewed-by: Joe Damato <joe@dama.to>
> Signed-off-by: Ryohei Kinugawa <ryohei.kinugawa@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

thanks.

> ---
>  .../device_drivers/ethernet/mellanox/mlx5/kconfig.rst         | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
> index 34e911480108..b45d6871492c 100644
> --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
> +++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/kconfig.rst
> @@ -114,13 +114,13 @@ Enabling the driver and kconfig options
>  **CONFIG_MLX5_SF=(y/n)**
>  
>  |    Build support for subfunction.
> -|    Subfunctons are more light weight than PCI SRIOV VFs. Choosing this option
> +|    Subfunctions are more light weight than PCI SRIOV VFs. Choosing this option
>  |    will enable support for creating subfunction devices.
>  
>  
>  **CONFIG_MLX5_SF_MANAGER=(y/n)**
>  
> -|    Build support for subfuction port in the NIC. A Mellanox subfunction
> +|    Build support for subfunction port in the NIC. A Mellanox subfunction
>  |    port is managed through devlink.  A subfunction supports RDMA, netdevice
>  |    and vdpa device. It is similar to a SRIOV VF but it doesn't require
>  |    SRIOV support.

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v2] docs/mlx5: Fix typo subfuction
  2026-03-24  5:34 [PATCH net-next v2] docs/mlx5: Fix typo subfuction Ryohei Kinugawa
  2026-03-24 13:43 ` Tariq Toukan
  2026-03-24 16:21 ` Randy Dunlap
@ 2026-03-27  1:40 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-27  1:40 UTC (permalink / raw)
  To: Ryohei Kinugawa
  Cc: rrameshbabu, saeedm, leon, tariqt, mbloch, davem, edumazet, kuba,
	pabeni, horms, corbet, skhan, netdev, linux-rdma, linux-doc, joe

Hello:

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

On Tue, 24 Mar 2026 14:34:10 +0900 you wrote:
> Fix two typos:
>  - 'Subfunctons' -> 'Subfunctions'
>  - 'subfuction' -> 'subfunction'
> 
> Reviewed-by: Joe Damato <joe@dama.to>
> Signed-off-by: Ryohei Kinugawa <ryohei.kinugawa@gmail.com>
> 
> [...]

Here is the summary with links:
  - [net-next,v2] docs/mlx5: Fix typo subfuction
    https://git.kernel.org/netdev/net-next/c/ed8edcd47529

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-27  1:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24  5:34 [PATCH net-next v2] docs/mlx5: Fix typo subfuction Ryohei Kinugawa
2026-03-24 13:43 ` Tariq Toukan
2026-03-24 16:21 ` Randy Dunlap
2026-03-27  1:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox