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

From: Ashish
Date: Sat May 01 2021 - 10:01:54 EST


On Sat, May 01, 2021 at 02:23:12PM +0200, Greg Kroah-Hartman wrote:
> On Sat, May 01, 2021 at 05:09:28PM +0530, Ashish Kalra wrote:
> > Currently p80211knetdev_do_ioctl use type casting to req->data to prevent sparse warning while calling memdup_user, instead of type casting it here, its better to change data type for data inside p80211ioctl_req to include __user.
>
> Please properly line-wrap your changelog comments.
>
> Can you fix it up and resend it as v3?
>
> thanks,
>
> greg k-h
Thanks Greg for your feedback
Kindly ignore v3 and review v4, i have modified it as pe your feedback