Re: [PATCH] USB: serial: iuu_phoenix: fix quoted string split across lines
From: Dwaipayan Ray <dwaipayanray1@gmail.com>
Date: 2021-08-05 13:53:12
On Tue, Aug 3, 2021 at 7:51 PM Utkarsh Verma [off-list ref] wrote:
Fix checkpatch warning "quoted string split across lines".
You could write a line about why this change is required. And that there are no functional changes.
quoted hunk ↗ jump to hunk
Signed-off-by: Utkarsh Verma <redacted> Suggested-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- drivers/usb/serial/iuu_phoenix.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 19753611e..f2c0dad91 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c@@ -1195,13 +1195,10 @@ module_param(boost, int, S_IRUGO | S_IWUSR); MODULE_PARM_DESC(boost, "Card overclock boost (in percent 100-500)"); module_param(clockmode, int, S_IRUGO | S_IWUSR); -MODULE_PARM_DESC(clockmode, "Card clock mode (1=3.579 MHz, 2=3.680 MHz, " - "3=6 Mhz)"); +MODULE_PARM_DESC(clockmode, "Card clock mode (1=3.579 MHz, 2=3.680 MHz, 3=6 Mhz)"); module_param(cdmode, int, S_IRUGO | S_IWUSR); -MODULE_PARM_DESC(cdmode, "Card detect mode (0=none, 1=CD, 2=!CD, 3=DSR, " - "4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING)"); +MODULE_PARM_DESC(cdmode, "Card detect mode (0=none, 1=CD, 2=!CD, 3=DSR, 4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING)"); module_param(vcc_default, int, S_IRUGO | S_IWUSR); -MODULE_PARM_DESC(vcc_default, "Set default VCC (either 3 for 3.3V or 5 " - "for 5V). Default to 5."); +MODULE_PARM_DESC(vcc_default, "Set default VCC (either 3 for 3.3V or 5 for 5V). Default to 5."); --2.17.1
_______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees