2022-07-25 09:33:07

by Johan Hovold

[permalink] [raw]
Subject: [GIT PULL] USB-serial updates for 5.20-rc1

The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.20-rc1

for you to fetch changes up to 688ee1d1785c1359f9040f615dd8e6054962bce2:

USB: serial: fix tty-port initialized comments (2022-07-25 11:01:40 +0200)

----------------------------------------------------------------
USB-serial updates for 5.20-rc1

Here are the USB-serial updates for 5.20-rc1, including

- a fix up of some tty-port initialized comments that had got
truncated and obfuscated

Included are also various clean ups.

All but the final commit have been in linux-next and with no reported
issues.

----------------------------------------------------------------
Jiang Jian (1):
USB: serial: fix repeated word "the" in comments

Johan Hovold (1):
USB: serial: fix tty-port initialized comments

Slark Xiao (1):
USB: serial: use kmemdup instead of kmalloc + memcpy

Zhang Jiaming (1):
USB: serial: io_edgeport: fix spelling mistakes

drivers/usb/serial/cypress_m8.c | 2 +-
drivers/usb/serial/garmin_gps.c | 4 +---
drivers/usb/serial/io_edgeport.c | 4 ++--
drivers/usb/serial/mos7720.c | 2 +-
drivers/usb/serial/opticon.c | 4 +---
drivers/usb/serial/sierra.c | 7 +++----
drivers/usb/serial/usb-serial.c | 2 +-
drivers/usb/serial/usb_wwan.c | 3 ++-
8 files changed, 12 insertions(+), 16 deletions(-)


2022-07-25 09:34:56

by Greg KH

[permalink] [raw]
Subject: Re: [GIT PULL] USB-serial updates for 5.20-rc1

On Mon, Jul 25, 2022 at 11:16:52AM +0200, Johan Hovold wrote:
> The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:
>
> Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.20-rc1

Pulled and pushed out, thanks.

greg k-h