usb: core: hcd: fix messages in usb_hcd_request_irqs()
authorSergey Shtylyov <s.shtylyov@omp.ru>
Thu, 16 Sep 2021 20:04:41 +0000 (23:04 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Sep 2021 14:34:14 +0000 (16:34 +0200)
commita8426a43b0c0f257a090f8551d6b09b79b8095e5
treebe892a4536fb33552015a7960c4853252fef95ae
parentdfa59f3d4c825b4718d40656e57900758c92b623
usb: core: hcd: fix messages in usb_hcd_request_irqs()

Two dev_info() calls in usb_hcd_request_irqs() mistreat the I/O port base
address, calling it just "io base" instead of "io port".

While fixing this, make indenataion of the argument lists more sane...

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/5d10014d-e58b-d081-ed7c-7424f649ce0b@omp.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c