提交 e17aee37 编写于 作者: S Suman Anna 提交者: Ohad Ben-Cohen

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: NSuman Anna <s-anna@ti.com>
[remove leading whitespace as well]
Signed-off-by: NOhad Ben-Cohen <ohad@wizery.com>
上级 9aa1cfca
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
static char *da8xx_fw_name; static char *da8xx_fw_name;
module_param(da8xx_fw_name, charp, S_IRUGO); module_param(da8xx_fw_name, charp, S_IRUGO);
MODULE_PARM_DESC(da8xx_fw_name, MODULE_PARM_DESC(da8xx_fw_name,
"\n\t\tName of DSP firmware file in /lib/firmware" "Name of DSP firmware file in /lib/firmware (if not specified defaults to 'rproc-dsp-fw')");
" (if not specified defaults to 'rproc-dsp-fw')");
/* /*
* OMAP-L138 Technical References: * OMAP-L138 Technical References:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册