Re: [PATCH v3] Staging: vt6655: iwctl.c: fix a sparse warning

From: Dan Carpenter
Date: Tue Apr 08 2014 - 07:21:09 EST


On Tue, Apr 08, 2014 at 07:09:27PM +0800, Jimmy Li wrote:
> thanks for correcting my patch format.
>
> Signed-off-by: Jimmy Li <coder.liss@xxxxxxxxx>
> ---
> v1 fix a sparse warning.
> (iwctl.c:1846:35: expected restricted gfp_t [usertype] flags)
> v2 clear up two unnecessary variable, buf and blen.
> v3 fix patch format.
> drivers/staging/vt6655/iwctl.c | 9 ++-------
> 1 file changed, 2 insertions(+), 7 deletions(-)

Please try applying your patch. Save the email as raw text including
headers and everything. `cat raw_email.txt | git am`. Then review the
log with `git log`. You'll see that the format is still messed up. :(

The part which should be discarded is saved and the part which should be
saved is deleted.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/