mbox series

[0/4] fix typos: "to short" -> "too short"

Message ID 20220321071350.3476185-1-ztong0001@gmail.com (mailing list archive)
Headers show
Series fix typos: "to short" -> "too short" | expand

Message

Tong Zhang March 21, 2022, 7:13 a.m. UTC
doing some code review and I found out there are a couple of places
where "too short" is misspelled as "to short".

Tong Zhang (4):
  ar5523: fix typo "to short" -> "too short"
  s390/ctcm: fix typo "length to short" -> "length too short"
  i825xx: fix typo "Frame to short" -> "Frame too short"
  mISDN: fix typo "frame to short" -> "frame too short"

 drivers/isdn/hardware/mISDN/mISDNipac.c  | 2 +-
 drivers/isdn/hardware/mISDN/mISDNisar.c  | 4 ++--
 drivers/net/ethernet/i825xx/sun3_82586.h | 2 +-
 drivers/net/wireless/ath/ar5523/ar5523.c | 2 +-
 drivers/s390/net/ctcm_fsms.c             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 21, 2022, 2 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 21 Mar 2022 00:13:50 -0700 you wrote:
> doing some code review and I found out there are a couple of places
> where "too short" is misspelled as "to short".
> 
> Tong Zhang (4):
>   ar5523: fix typo "to short" -> "too short"
>   s390/ctcm: fix typo "length to short" -> "length too short"
>   i825xx: fix typo "Frame to short" -> "Frame too short"
>   mISDN: fix typo "frame to short" -> "frame too short"
> 
> [...]

Here is the summary with links:
  - [1/4] ar5523: fix typo "to short" -> "too short"
    https://git.kernel.org/netdev/net-next/c/e94b99a40b99
  - [2/4] s390/ctcm: fix typo "length to short" -> "length too short"
    https://git.kernel.org/netdev/net-next/c/4f3dda8b4c4b
  - [3/4] i825xx: fix typo "Frame to short" -> "Frame too short"
    https://git.kernel.org/netdev/net-next/c/d2d803d1c72b
  - [4/4] mISDN: fix typo "frame to short" -> "frame too short"
    https://git.kernel.org/netdev/net-next/c/dc97870682e1

You are awesome, thank you!