Re: [PATCH v2] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces)

From: ashish
Date: Wed Apr 28 2021 - 02:41:24 EST


On Wed, Apr 28, 2021 at 08:02:31AM +0200, Greg Kroah-Hartman wrote:
> On Tue, Apr 27, 2021 at 04:58:44PM +0000, Ashish Kalra wrote:
> > Corrected data type for variable data adding __user to make it cleaner and silence the Sparse warning. This is version 2 of patch, version 1 can be found at https://lore.kernel.org/linux-staging/20210420090142.GA4086@ashish-NUC8i5BEH/
> >
> > Signed-off-by: Ashish Kalra <eashishkalra@xxxxxxxxx>
> > ---
> >
> > Changes from v1: removed type casting of (void __user *) for req->data and corrected type for data to include __user
>
> Did you send this twice?
>
> And please wrap your changelog text and put proper information in it,
> not references to previous patches.
>
> thanks,
>
> greg k-h
Thanks Greg
Sorry for sending twice due to some issue in To list
I have corrected and send again as per your inputs
hopefully it will be ok now