[PATCH] staging: olpc_dcon: Fix coding style issue caught by checkpatch.pl related to function name in debug print

2017-08-03 Thread vergilzhang
Replace hard-coded function names in strings with "%s", __func__ in the olpc_dcon.c file. Issue found by checkpatch.pl. Signed-off-by: vergilzhang <zhang_shur...@foxmail.com> --- drivers/staging/olpc_dcon/olpc_dcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] staging: rtl8192e: Change fixed function names with "%s: ", __func__

2017-08-02 Thread vergilzhang
Replace hard-coded function names in strings with "%s", __func__ in the dot11d.c file. Issue found by checkpatch.pl. Signed-off-by: vergilzhang <zhang_shur...@foxmail.com> --- drivers/staging/rtl8192e/dot11d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] staging: rtl8192e: Change fixed function names with "%s: ", __func__

2017-08-02 Thread vergilzhang
staging: rtl8192e: Fix coding style issue caught by checkpatch.pl related to function name in debug print Signed-off-by: vergilzhang <zhang_shur...@foxmail.com> --- drivers/staging/rtl8192e/dot11d.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rt