Re: [PATCH -next v2] staging: greybus: camera: Switch to memdup_user_nul()

From: Greg KH
Date: Thu Apr 01 2021 - 02:00:10 EST


On Thu, Apr 01, 2021 at 11:17:52AM +0800, Yang Yingliang wrote:
> Use memdup_user_nul() helper instead of open-coding to
> simplify the code.
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Yang Yingliang <yangyingliang@xxxxxxxxxx>
> ---
> drivers/staging/greybus/camera.c | 13 +++----------
> 1 file changed, 3 insertions(+), 10 deletions(-)

What changed from v1?

Always put that below the --- line like the documentation asks you to.
Please fix up and send a v3.

thanks,

greg k-h