]> git.baikalelectronics.ru Git - kernel.git/commit
remoteproc/davinci: fix quoted split string checkpatch warning
authorSuman Anna <s-anna@ti.com>
Fri, 27 Feb 2015 23:18:22 +0000 (17:18 -0600)
committerOhad Ben-Cohen <ohad@wizery.com>
Sat, 2 May 2015 08:04:56 +0000 (11:04 +0300)
commite93c37ca9ac181226ac39c2363a00813861f861d
treeb955d7b1df45a8102dc57ea8be0ea6bacea0ea8e
parentd4f3c2f7883a4ba4cf180249383039f79c615257
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>
drivers/remoteproc/da8xx_remoteproc.c