Re: [PATCH v1 1/5] staging: wfx: fix warnings of no space is necessary

From: Dan Carpenter
Date: Sat Oct 19 2019 - 14:07:37 EST


On Sat, Oct 19, 2019 at 04:09:03PM +0100, Jules Irenge wrote:
> Checkpatch was complaining about space between type cast and the
> variable. I just get rid of the space. Well I don't know whether this was
> false positive one.
>
> Thanks for the feedback. I will update the patch.

No no. The patch is fine. I was saying that in the *future* you might
want to look at the void casts. Some of them are not required and
others are buggy code.

regards,
dan carpenter