mbox series

[v2,0/5] usb: xhci: fix of some code/comment

Message ID 1645060971-27141-1-git-send-email-quic_linyyuan@quicinc.com
Headers show
Series usb: xhci: fix of some code/comment | expand

Message

Linyu Yuan Feb. 17, 2022, 1:22 a.m. UTC
Only samll change, no description here.

v2: fix checkpatch warning on patch#1,
    thanks to Sergei Shtylyov and Greg Kroah-Hartman

Linyu Yuan (5):
  usb: host: xhci: use ffs() in xhci_mem_init()
  usb: host: xhci: fix a comment typo in xhci_mem_init()
  usb: host: xhci: update hci_version operation in xhci_gen_setup()
  usb: host: xhci: add blank line in xhci_halt()
  usb: host: xhci: remove init to some ret/retval

 drivers/usb/host/xhci-mem.c |  8 ++------
 drivers/usb/host/xhci.c     | 14 ++++++++------
 2 files changed, 10 insertions(+), 12 deletions(-)