mbox series

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

Message ID 1645060971-27141-1-git-send-email-quic_linyyuan@quicinc.com (mailing list archive)
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(-)

Comments

Mathias Nyman March 2, 2022, 3:06 p.m. UTC | #1
On 17.2.2022 3.22, Linyu Yuan wrote:
> 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(-)
> 

Thanks, adding these

-Mathias