[PATCH v2 0/3] usb: dwc3: Fix multiple checkpatch warnings and typos

Kushagra Verma posted 3 patches 3 years, 11 months ago
Only 0 patches received!
drivers/usb/dwc3/Kconfig | 4 ++--
drivers/usb/dwc3/core.c  | 4 ++--
drivers/usb/dwc3/ep0.c   | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
[PATCH v2 0/3] usb: dwc3: Fix multiple checkpatch warnings and typos
Posted by Kushagra Verma 3 years, 11 months ago
This series fixes 3 checkpatch warnings and 2 typos in the dwc3 driver. All
of these changes are minor fixes.

Patch 1 fixes a bare use of 'unsigned' checkpatch warning by changing it to
'unsigned int'. This does not change any functionality.
Patch 2 fixes a repeated word checkpatch warning.
Patch 3 fixes 2 typos in Kconfig.

Change since v1:
 - Updated the subject line and the changelog text

Kushagra Verma (3):
  usb: dwc3: Fix bare use of unsigned checkpatch warning
  usb: dwc3: Fix a repeated word checkpatch warning
  usb: dwc3: Fix typos in Kconfig

 drivers/usb/dwc3/Kconfig | 4 ++--
 drivers/usb/dwc3/core.c  | 4 ++--
 drivers/usb/dwc3/ep0.c   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.36.1