]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: core: Clean up SuperSpeed/eUSB2 descriptor validation logging
authorMichal Pecio <michal.pecio@gmail.com>
Mon, 18 May 2026 05:32:58 +0000 (07:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 May 2026 13:16:58 +0000 (15:16 +0200)
commitaf8c5aa7a9c6f503d81f103d7ab4f8d759521de3
treeb502467706698c15ed5da0e142b87ee22e8156c7
parent727d045d064b7c9a24db3bce9c0485a382cb768b
usb: core: Clean up SuperSpeed/eUSB2 descriptor validation logging

Core usually prints endpoint addresses with 0x%X format.
Change this code to use it too, instead of just %d.
Particularly for IN, 0x83 seems more readable than 131.

While at that, fix checkpatch warnings about multi-line
quoted strings, as well as missing or doubled whitespace
in those strings.

Signed-off-by: Michal Pecio <michal.pecio@gmail.com>
Link: https://patch.msgid.link/20260518073258.6532bdd5.michal.pecio@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/config.c