Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

remoteproc/davinci: fix quoted split string checkpatch warning

Fix the following checkpatch warning,
WARNING: quoted string split across lines
+ "\n\t\tName of DSP firmware file in /lib/firmware"
+ " (if not specified defaults to 'rproc-dsp-fw')");

Signed-off-by: Suman Anna <s-anna@ti.com>
[remove leading whitespace as well]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>

authored by

Suman Anna and committed by
Ohad Ben-Cohen
e17aee37 9aa1cfca

+1 -2
+1 -2
drivers/remoteproc/da8xx_remoteproc.c
··· 26 26 static char *da8xx_fw_name; 27 27 module_param(da8xx_fw_name, charp, S_IRUGO); 28 28 MODULE_PARM_DESC(da8xx_fw_name, 29 - "\n\t\tName of DSP firmware file in /lib/firmware" 30 - " (if not specified defaults to 'rproc-dsp-fw')"); 29 + "Name of DSP firmware file in /lib/firmware (if not specified defaults to 'rproc-dsp-fw')"); 31 30 32 31 /* 33 32 * OMAP-L138 Technical References: