[PATCH 00/13] usb: core: config: fix all checkpatch.pl warnings

From: Robert Greener
Date: Tue Oct 05 2021 - 10:07:01 EST


This patchset fixes all checkpatch warnings in drivers/usb/core/config.c

(when combined with my earlier patch
Link: https://lore.kernel.org/r/20211001151350.ijiexr3ebwvypmdd@shortbread)

Robert Greener (13):
usb: core: config: Use tabs rather than spaces for new lines of args
usb: core: config: fix block comment styles
usb: core: config: Change `unsigned` to `unsigned int`
usb: core: config: Avoid multiple line derefrence
usb: core: config: Fix typo in dev_warn
usb: core: config: unsplit strings which are split across lines
usb: core: config: remove unnecessary blank lines
usb: core: config: add blank lines after struct def
usb: core: config: fix inline spacign
usb: core: config: fix checkpatch.pl braces warning
usb: core: config: remove unnecessary parentheses
usb: core: config: remove multiple assignments
usb: core: config: fix parenthesis alignment

drivers/usb/core/config.c | 393 ++++++++++++++++++++------------------
1 file changed, 204 insertions(+), 189 deletions(-)

--
2.32.0