Re: [PATCH] Staging:rtl8192e Replace function names by using __func__

2018-06-07 Thread Joe Perches
On Thu, 2018-06-07 at 23:29 -0400, Janani Sankara Babu wrote: > This patch is created to solve the warning shown by checkpatch script > Prefer using '"%s...", __func__' to using ', this function's name, > in a string [] > diff --git a/drivers/staging/rtl8192e/rtl819x_BAProc.c >

[PATCH] Staging:rtl8192e Replace function names by using __func__

2018-06-07 Thread Janani Sankara Babu
This patch is created to solve the warning shown by checkpatch script Prefer using '"%s...", __func__' to using ', this function's name, in a string Signed-off-by: Janani Sankara Babu --- drivers/staging/rtl8192e/rtl819x_BAProc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)