[PATCH 1/3] Fixing compilation warning for 'nand/omap2.c'

Vimal Singh vimal.newwork at gmail.com
Tue Nov 3 03:38:25 EST 2009


On Tue, Nov 3, 2009 at 1:48 PM, Artem Bityutskiy <dedekind1 at gmail.com> wrote:
> On Fri, 2009-10-30 at 14:12 +0530, Vimal Singh wrote:
>> Looping Linux-omap mailing list.
>>
>>
>> From: Vimal Singh <vimalsingh at ti.com>
>> Date: Fri, 30 Oct 2009 11:31:34 +0530
>> Subject: [PATCH] Fixing compilation warning for 'nand/omap2.c'
>>
>> Fixing below warning in compilation:
>> drivers/mtd/nand/omap2.c: In function 'omap_write_buf_dma_pref':
>> drivers/mtd/nand/omap2.c:508: warning: passing argument 2 of
>> 'omap_nand_dma_transfer' discards qualifiers from pointer target type
>>
>> Signed-off-by: Vimal Singh <vimalsingh at ti.com>
>> ---
>>  drivers/mtd/nand/omap2.c |    6 ++++--
>>  1 files changed, 4 insertions(+), 2 deletions(-)
>
> [dedekind at eru l2-mtd-2.6.git]$ scripts/checkpatch.pl vimal
> ERROR: patch seems to be corrupt (line wrapped?)
> #94: FILE: drivers/mtd/nand/omap2.c:500:
> mtd_info *mtd, u_char *buf, int len)
>
> total: 1 errors, 0 warnings, 16 lines checked
>
> vimal has style problems, please review.  If any of these errors
> are false positives report them to the maintainer, see
> CHECKPATCH in MAINTAINERS.
> [dedekind at eru l2-mtd-2.6.git]$ vim vimal
> [dedekind at eru l2-mtd-2.6.git]$ git am vimal
> Applying: Fixing compilation warning for 'nand/omap2.c'
> fatal: corrupt patch at line 10
> Patch failed at 0001 Fixing compilation warning for 'nand/omap2.c'
> When you have resolved this problem run "git am --resolved".
> If you would prefer to skip this patch, instead run "git am --skip".
> To restore the original branch and stop patching run "git am --abort".
> [dedekind at eru l2-mtd-2.6.git]$
>

Grr... its again mailer's issue. Fixed this in below patch:

-vimal



More information about the linux-mtd mailing list