[PATCH v2 0/2] USB/IP VHCI driver cleanup

From: Cristian Ciocaltea
Date: Wed Oct 08 2025 - 12:55:21 EST


These patches were initially part of the USB/IP VHCI suspend fix series
[1] to address a bunch of coding style issues and make checkpatch happy
for the entire driver.

As suggested by Greg, I'm sending this as a separate patch set now.

[1] https://lore.kernel.org/r/20250726-vhci-hcd-suspend-fix-v2-0-189266dfdfaa@xxxxxxxxxxxxx

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxxxxxx>
---
Changes in v2:
- Dropped patches 1-15 and collected the Acked-by tags from Shuah for
the remaining two patches
- Added back the now missing pr_err() -> dev_err() conversions that were
initially part of "[PATCH 15/17] usb: vhci-hcd: Do not split quoted
strings"
- Rebased series onto next-20251008
- Link to v1: https://lore.kernel.org/r/20250902-vhci-hcd-cleanup-v1-0-1d46247cb234@xxxxxxxxxxxxx

---
Cristian Ciocaltea (2):
usb: vhci-hcd: Switch to dev_err_probe() in probe path
usb: vhci-hcd: Replace pr_*() with dev_*() logging

drivers/usb/usbip/vhci_hcd.c | 90 ++++++++++++++++++++++----------------------
1 file changed, 46 insertions(+), 44 deletions(-)
---
base-commit: 7c3ba4249a3604477ea9c077e10089ba7ddcaa03
change-id: 20250902-vhci-hcd-cleanup-304ad67115d5