[PATCH] staging: ks7010: fixes typo in ks_hostif.c

2016-09-18 Thread Hariharan R
Fixes typo, FAILUER -> FAILURE Recieve -> Receive Signed-off-by: Hariharan R --- drivers/staging/ks7010/ks_hostif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c index a8822fe..8a18c85

[PATCH] staging: ks7010: fix warning on return for void functions

2016-09-05 Thread Hariharan R
This patch fixes the checkpatch warning in ks7010_sdio.c 'void function return statements are not generally useful' Signed-off-by: Hariharan R --- drivers/staging/ks7010/ks7010_sdio.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/drivers/staging/ks7010/ks7010_sdio.c

Subject: [PATCH] Staging: ft1000: ft1000_hw.c: replaced asm header includes with linux headers

2014-12-18 Thread Hariharan Rangasamy
used #include instead of used #include instead of Signed-off-by: Hariharan Rangasamy --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/staging/ft1000/ft1000

[PATCH 2/2] Staging: lustre: lproc_osc.c: used seq_puts() and seq_putc() instead of seq_printf()

2014-12-17 Thread Hariharan
>From 55d1ae4a440126e5befa9de4698a7aac57319885 Mon Sep 17 00:00:00 2001 From: Hariharan Rangasamy Date: Thu, 18 Dec 2014 00:04:24 +0530 Subject: [PATCH 2/2] Staging: lustre: lproc_osc.c: used seq_puts() and seq_putc() instead of seq_printf() used seq_puts() and seq_putc() instead of seq_pri

[PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include instead of #include

2014-12-17 Thread Hariharan
>From 2a84ceb9e5043a5700d35108ec72737be5102356 Mon Sep 17 00:00:00 2001 From: Hariharan Rangasamy Date: Wed, 17 Dec 2014 23:57:47 +0530 Subject: [PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include instead of #include Used #include instead of #include Signed-off-by: Hariha

[PATCH 2/2] Staging: lustre: lproc_osc.c: used seq_puts() instead of seq_printf()

2014-12-17 Thread Hariharan Rangasamy
Replaced seq_printf() with seq_puts() Signed-off-by: Hariharan Rangasamy --- drivers/staging/lustre/lustre/osc/lproc_osc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/lustre/lustre/osc/lproc_osc.c b/drivers/staging/lustre/lustre/osc/lproc_osc.c

[PATCH 1/2] Staging: lustre: lproc_osc.c : Added #include instead of #include

2014-12-17 Thread Hariharan Rangasamy
Used #include instead of #include Signed-off-by: Hariharan Rangasamy --- drivers/staging/lustre/lustre/osc/lproc_osc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/osc/lproc_osc.c b/drivers/staging/lustre/lustre/osc/lproc_osc.c index

[PATCH] Staging : lustre : replaced seq_printf() with seq_puts and changed include statement

2014-12-17 Thread Hariharan Rangasamy
Used seq_puts instead of seq_printf() Used #include instead of #include Signed-off-by: Hariharan Rangasamy --- drivers/staging/lustre/lustre/osc/lproc_osc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/lustre/lustre/osc/lproc_osc.c b/drivers