]> git.baikalelectronics.ru Git - kernel.git/commit
usb: host: ehci-xilinx: Fix quoted string split across lines
authorPiyush Mehta <piyush.mehta@xilinx.com>
Tue, 10 May 2022 13:22:52 +0000 (18:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 May 2022 09:36:39 +0000 (11:36 +0200)
commit614ecc7d9eb6fc6492c4a2be1b8c45eaf17e6451
tree41b6461a25738aca251f673856f79835706de136
parentdc06e2272674215fe3d2f6f8026adad151aabb79
usb: host: ehci-xilinx: Fix quoted string split across lines

This patch resolves checkpatch warnings for xilinx EHCI driver.

Addressed warnings:

WARNING: quoted string split across lines
50: FILE: drivers/usb/host/ehci-xilinx-of.c:50:
+ "The USB host controller does not support full speed "
+ "nor low speed devices\n");

WARNING: quoted string split across lines
53: FILE: drivers/usb/host/ehci-xilinx-of.c:53:
+ "You can reconfigure the host controller to have "
+ "full speed support\n");

Signed-off-by: Piyush Mehta <piyush.mehta@xilinx.com>
Link: https://lore.kernel.org/r/20220510132252.26001-1-piyush.mehta@xilinx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-xilinx-of.c