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

From: Greg Kroah-Hartman
Date: Wed Apr 28 2021 - 02:02:40 EST


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