usb: xhci: Make debug output better readable and checkpatch clean
authorStefan Roese <sr@denx.de>
Tue, 6 Apr 2021 10:10:18 +0000 (12:10 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 6 Apr 2021 14:38:58 +0000 (16:38 +0200)
commit82e4e198ed7afd5103f728dd21bff80ecfe8dd72
treed06e69c589dc3b17ec3fccb8b6e6bf9412d912ef
parentcf868772dd554b1de2b3824d66c7d50b8e939440
usb: xhci: Make debug output better readable and checkpatch clean

This change makes debugging a bit easier as the output is better
readable with the added space. The explicit le16_to_cpu() is not
needed in the output. Also this patch moves the strings into one line
to make the patch checkpatch clean.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Aaron Williams <awilliams@marvell.com>
Cc: Chandrakala Chavva <cchavva@marvell.com>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci-ring.c