Re: [PATCH] staging/gasket: Fix string split

From: Greg KH
Date: Fri May 24 2019 - 02:51:52 EST


On Thu, May 23, 2019 at 05:46:39PM +0200, Tianzheng Li wrote:
> This patch removes unnecessary quoted string splits.
>
> Reported-by: Jie Zhang <zhangjie.cnde@xxxxxxxxx>
> Signed-off-by: Tianzheng Li <ltz0302@xxxxxxxxx>
> ---
> drivers/staging/gasket/gasket_core.c | 6 ++----
> drivers/staging/gasket/gasket_ioctl.c | 3 +--
> drivers/staging/gasket/gasket_page_table.c | 14 ++++++--------
> 3 files changed, 9 insertions(+), 14 deletions(-)
>

When you resend a patch, you need to version it and put underneath the
--- line what you changed in this version from the last. The
documentation says how to do this, and there are lots of examples on the
mailing lists of how this looks.

Please do that here, and resend as a v2.

thanks,

greg k-h