Re: [PATCH] Staging: unisys: visorbus: Fix coding style warning from checkpatch.pl.

From: Greg KH
Date: Thu Jun 29 2017 - 10:31:03 EST


On Tue, Jun 27, 2017 at 07:49:05PM -0700, Quytelda Kahja wrote:
> Replace the literal function name "visorbus_create_instance" with the format
> specifier "%s" so it can be dynamically filled by the __func__ macro.
>
> Signed-off-by: Quytelda Kahja <quytelda@xxxxxxxxxxx>
> ---
> drivers/staging/unisys/visorbus/visorbus_main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

When you make a new version of a patch, always correctly version it, as
the documentation tells you to do.

Please fix that up here and resend.

thanks,

greg k-h