mbox series

[net-next,v2,0/4] net: microchip: Correct spelling in comments

Message ID 20240424-lan743x-confirm-v2-0-f0480542e39f@kernel.org (mailing list archive)
Headers show
Series net: microchip: Correct spelling in comments | expand

Message

Simon Horman April 24, 2024, 3:13 p.m. UTC
Correct spelling in comments in Microchip drivers.
Flagged by codespell.

---
Changes in v2:
- Patch 3/3: Use 'extack' in place of 'extact', not 'exact'
             Thanks to Daniel Machon.
- Link to v1: https://lore.kernel.org/r/20240419-lan743x-confirm-v1-0-2a087617a3e5@kernel.org

---
Simon Horman (4):
      net: lan743x: Correct spelling in comments
      net: lan966x: Correct spelling in comments
      net: encx24j600: Correct spelling in comments
      net: sparx5: Correct spelling in comments

 drivers/net/ethernet/microchip/encx24j600-regmap.c       | 4 ++--
 drivers/net/ethernet/microchip/encx24j600.c              | 6 ++++--
 drivers/net/ethernet/microchip/encx24j600_hw.h           | 2 +-
 drivers/net/ethernet/microchip/lan743x_main.c            | 4 ++--
 drivers/net/ethernet/microchip/lan743x_ptp.c             | 2 +-
 drivers/net/ethernet/microchip/lan966x/lan966x_ifh.h     | 2 +-
 drivers/net/ethernet/microchip/lan966x/lan966x_main.c    | 4 ++--
 drivers/net/ethernet/microchip/lan966x/lan966x_main.h    | 2 +-
 drivers/net/ethernet/microchip/lan966x/lan966x_port.c    | 2 +-
 drivers/net/ethernet/microchip/lan966x/lan966x_vlan.c    | 2 +-
 drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c      | 2 +-
 drivers/net/ethernet/microchip/sparx5/sparx5_packet.c    | 2 +-
 drivers/net/ethernet/microchip/sparx5/sparx5_port.c      | 2 +-
 drivers/net/ethernet/microchip/sparx5/sparx5_switchdev.c | 2 +-
 drivers/net/ethernet/microchip/vcap/vcap_ag_api.h        | 2 +-
 drivers/net/ethernet/microchip/vcap/vcap_api.c           | 4 ++--
 drivers/net/ethernet/microchip/vcap/vcap_api_client.h    | 2 +-
 drivers/net/ethernet/microchip/vcap/vcap_api_private.h   | 2 +-
 18 files changed, 25 insertions(+), 23 deletions(-)

base-commit: 4cad4efa6eb209cea88175e545020de55fe3c737

Comments

patchwork-bot+netdevbpf@kernel.org April 26, 2024, 2:20 a.m. UTC | #1
Hello:

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

On Wed, 24 Apr 2024 16:13:22 +0100 you wrote:
> Correct spelling in comments in Microchip drivers.
> Flagged by codespell.
> 
> ---
> Changes in v2:
> - Patch 3/3: Use 'extack' in place of 'extact', not 'exact'
>              Thanks to Daniel Machon.
> - Link to v1: https://lore.kernel.org/r/20240419-lan743x-confirm-v1-0-2a087617a3e5@kernel.org
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] net: lan743x: Correct spelling in comments
    https://git.kernel.org/netdev/net-next/c/632c9550b999
  - [net-next,v2,2/4] net: lan966x: Correct spelling in comments
    https://git.kernel.org/netdev/net-next/c/896e47f5f481
  - [net-next,v2,3/4] net: encx24j600: Correct spelling in comments
    https://git.kernel.org/netdev/net-next/c/49c6e0a859f7
  - [net-next,v2,4/4] net: sparx5: Correct spelling in comments
    https://git.kernel.org/netdev/net-next/c/d896a374378a

You are awesome, thank you!