Re: [PATCH v1] staging: ccree: fix all whitespace errors

2017-05-17 Thread Dhiru Kholia
On Sun, May 14, 2017 at 08:53:02AM +0300, Gilad Ben-Yossef wrote: > Hi Dhiru, > > On Sat, May 13, 2017 at 5:52 PM, Dhiru Kholia wrote: > > These whitespace issues were found by the checkpatch.pl script. This > > patch helps in making the staging tree a bit cleaner. > &g

[PATCH v1] drivers/staging/ccree: fix coding style issues

2017-05-17 Thread Dhiru Kholia
This patch fixes the "please, no space before tabs" warnings emitted by checkpatch.pl script. Signed-off-by: Dhiru Kholia --- drivers/staging/ccree/cc_crypto_ctx.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/ccree/cc_crypt

[PATCH v1] staging: ccree: fix all whitespace errors

2017-05-13 Thread Dhiru Kholia
These whitespace issues were found by the checkpatch.pl script. This patch helps in making the staging tree a bit cleaner. Signed-off-by: Dhiru Kholia --- drivers/staging/ccree/TODO| 2 +- drivers/staging/ccree/cc_bitops.h | 6 +- drivers/staging/ccree

[PATCH v1] staging: ccree: fix all whitespace errors

2017-05-10 Thread Dhiru Kholia
These whitespace issues were found by the checkpatch.pl script. Signed-off-by: Dhiru Kholia --- drivers/staging/ccree/TODO| 2 +- drivers/staging/ccree/cc_bitops.h | 6 +- drivers/staging/ccree/cc_crypto_ctx.h | 8 +-- drivers/staging/ccree/cc_hal.h

Re: [PATCH 1/1] staging: comedi: use __func__ instead of hardcoded function name

2017-04-30 Thread Dhiru Kholia
On Sat, Apr 29, 2017 at 10:21:33AM -0700, Joe Perches wrote: > On Sat, 2017-04-29 at 22:17 +0530, Dhiru Kholia wrote: > > This coding style issue was found by checkpatch.pl script. Using > > __func__ instead of hardcoded function name should help in future > > ref

[PATCH v2 1/1] staging: comedi: use __func__ instead of hardcoded function name

2017-04-30 Thread Dhiru Kholia
This coding style issue was found by checkpatch.pl script. Using __func__ instead of hardcoded function name should help in future refactoring of this code. This patch also uses a more common logging format. Signed-off-by: Dhiru Kholia --- drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2

[PATCH 1/1] staging: comedi: use __func__ instead of hardcoded function name

2017-04-29 Thread Dhiru Kholia
This coding style issue was found by checkpatch.pl script. Using __func__ instead of hardcoded function name should help in future refactoring of this code. Signed-off-by: Dhiru Kholia --- drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH] staging/speakup: use __func__ instead of hardcoded name

2017-04-22 Thread Dhiru Kholia
This coding style issue was found by checkpatch script. Signed-off-by: Dhiru Kholia --- drivers/staging/speakup/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/main.c b/drivers/staging/speakup/main.c index d2ad596..3b4ba79 100644 --- a/drivers