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() 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