Hello Jakub, hello David, this is a pull request of 3 patches for net-next/master. The first patch is by Julia Lawall and fixes a typo in the peak_usb driver. Jakub Kicinski contributes a patch for the kvaser_usb driver to silence a GCC 12 -Warray-bounds warning. The last patch is by me, target the ctucanfd platform driver and adds a missing dependency to HAS_IOMEM. regards, Marc --- The following changes since commit fe7324b932222574a0721b80e72c6c5fe57960d1: net: dsa: OF-ware slave_mii_bus (2022-05-23 12:27:53 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-5.19-20220523 for you to fetch changes up to 8f445a3ec3fd36feb90c5b2ef8d21e2492819cdc: can: ctucanfd: platform: add missing dependency to HAS_IOMEM (2022-05-23 22:00:06 +0200) ---------------------------------------------------------------- linux-can-next-for-5.19-20220523 ---------------------------------------------------------------- Jakub Kicinski (1): can: kvaser_usb: silence a GCC 12 -Warray-bounds warning Julia Lawall (1): can: peak_usb: fix typo in comment Marc Kleine-Budde (1): can: ctucanfd: platform: add missing dependency to HAS_IOMEM drivers/net/can/ctucanfd/Kconfig | 2 +- drivers/net/can/usb/kvaser_usb/Makefile | 5 +++++ drivers/net/can/usb/peak_usb/pcan_usb.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-)