Re: [PATCH] Replaced Function name in debug print with %s..., __func__

2017-07-04 Thread kbuild test robot
Hi Gaurav, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.12 next-20170704] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Gaurav-Pathak/Replaced-Function-name-i

Re: [PATCH] Replaced Function name in debug print with %s..., __func__

2017-07-04 Thread kbuild test robot
Hi Gaurav, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.12 next-20170704] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Gaurav-Pathak/Replaced-Function-name-i

Re: [PATCH] Replaced Function name in debug print with %s..., __func__

2017-07-02 Thread Joe Perches
On Sun, 2017-07-02 at 19:41 +0530, Gaurav Pathak wrote: > Signed-off-by: Gaurav Pathak Need a different subject like: [PATCH] staging: rts5208: Replace embedded function names with "%s: ", __func__ and you also require some change log like Avoid possible defects when refactoring. > diff --git

[PATCH] Replaced Function name in debug print with %s..., __func__

2017-07-02 Thread Gaurav Pathak
Signed-off-by: Gaurav Pathak --- drivers/staging/rts5208/ms.c| 5 +++-- drivers/staging/rts5208/rtsx.c | 4 ++-- drivers/staging/rts5208/rtsx_chip.c | 4 ++-- drivers/staging/rts5208/sd.c| 27 +++ drivers/staging/rts5208/spi.c | 7 --- dr