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

2017-06-27 Thread Kershner, David A
.kernel.org; Quytelda > Kahja > Subject: [PATCH] Staging: visorbus: Fix coding style warning from > checkpatch.pl. > > Replace the literal function name "create_bus_instance" with the format > specifier "%s" so it can be dynamically filled by the __func__ macro. >

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

2017-06-26 Thread Quytelda Kahja
Replace the literal function name "create_bus_instance" with the format specifier "%s" so it can be dynamically filled by the __func__ macro. Signed-off-by: Quytelda Kahja --- drivers/staging/unisys/visorbus/visorbus_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv