Re: [PATCH 1/4] staging:rts_pstor: Fix coding style issue in ms.c

2012-07-09 Thread Hitoshi NAKAMORI
Dear Greg. Thank you for your indication. I will rewrite this and send later. I'm sorry to let you have trouble. Regards -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.or

[PATCH 4/4] Staging: rts_pstor: Fix brace coding style issue in ms.c

2012-07-08 Thread Hitoshi Nakamori
This is a patch to the ms.c file that fixes brace warning found by checkpatch.pl tool. Signed-off-by:Hitoshi Nakamori --- drivers/staging/rts_pstor/ms.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/staging/rts_pstor/ms.c b/drivers/staging/rts_p

[PATCH 3/4] Staging:rts_pstor: Fix brace coding style issue in ms.c

2012-07-08 Thread Hitoshi Nakamori
This is a patch to the ms.c file that fixes brace warning at ms_switch_clock function found by checkpatch.pl tool. Signed-off-by: Hitoshi Nakamori --- drivers/staging/rts_pstor/ms.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/ms.c b

[PATCH 2/4] Staging:rts_pstor: Fix brace coding style issue in ms.c

2012-07-08 Thread Hitoshi Nakamori
This is a patch to the ms.c file that fixes some brace warning found by checkpatch.pl tool. Signed-off-by:Hitoshi Nakamori --- drivers/staging/rts_pstor/ms.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rts_pstor/ms.c b/drivers/

[PATCH 1/4] staging:rts_pstor: Fix coding style issue in ms.c

2012-07-08 Thread Hitoshi Nakamori
This is a patch to the ms.c that fixes up some brace warning found by checkpatch.pl tool. Signed-off-by: Hitoshi Nakamori --- drivers/staging/rts_pstor/ms.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/staging/rts_pstor/ms.c b/drivers