Re: [PATCH 2/3] remoteproc/davinci: fix quoted split string checkpatch warning

2015-03-02 Thread Suman Anna
On 02/27/2015 05:27 PM, Joe Perches wrote: > On Fri, 2015-02-27 at 17:18 -0600, Suman Anna wrote: >> Fix the following checkpatch warning, >> WARNING: quoted string split across lines >> +"\n\t\tName of DSP firmware file in /lib/firmware" >> +" (if not specified

Re: [PATCH 2/3] remoteproc/davinci: fix quoted split string checkpatch warning

2015-03-02 Thread Suman Anna
On 02/27/2015 05:27 PM, Joe Perches wrote: On Fri, 2015-02-27 at 17:18 -0600, Suman Anna wrote: 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

Re: [PATCH 2/3] remoteproc/davinci: fix quoted split string checkpatch warning

2015-02-27 Thread Joe Perches
On Fri, 2015-02-27 at 17:18 -0600, Suman Anna wrote: > 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')"); [] > diff --git

[PATCH 2/3] remoteproc/davinci: fix quoted split string checkpatch warning

2015-02-27 Thread Suman Anna
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 --- drivers/remoteproc/da8xx_remoteproc.c | 3 +-- 1

[PATCH 2/3] remoteproc/davinci: fix quoted split string checkpatch warning

2015-02-27 Thread Suman Anna
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-a...@ti.com --- drivers/remoteproc/da8xx_remoteproc.c |

Re: [PATCH 2/3] remoteproc/davinci: fix quoted split string checkpatch warning

2015-02-27 Thread Joe Perches
On Fri, 2015-02-27 at 17:18 -0600, Suman Anna wrote: 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')); [] diff --git