staging: rts5139: rts51x_card: coding style fix

2012-07-16 Thread Erik Jones
This patch-set fixes coding style issues in rts51x_card driver. Issues were found with scripts/checkpatch.pl tool. -- 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.org/majordom

[PATCH 1/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. Signed-off-by: Erik Jones --- drivers/staging/rts5139/rts51x_card.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5139/rts51x_card.c b/drivers/staging/rts5139/rts51x_card.c index 4192c3b..a3cb559 100644 --- a

[PATCH 2/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. An else statement was not on the same line as the preceding if statement's closing brace. Signed-off-by: Erik Jones --- drivers/staging/rts5139/rts51x_card.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rt

Re: staging: rts5139: rts51x_card: coding style fix

2012-07-16 Thread Erik Jones
On 07/16/2012 10:52 PM, Erik Jones wrote: This patch-set fixes coding style issues in rts51x_card driver. Issues were found with scripts/checkpatch.pl tool. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

[RESEND PATCH 0] staging: rts5139: rts51x_card: coding style fix

2012-07-16 Thread Erik Jones
I am resending this patch-set because the initial version's subject didn't include [PATCH 0]. This patch-set fixes coding style issues in rts51x_card driver. Issues were found with scripts/checkpatch.pl tool. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH 1/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. Signed-off-by: Erik Jones --- drivers/staging/rts5139/rts51x_card.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5139/rts51x_card.c b/drivers/staging/rts5139/rts51x_card.c index 4192c3b..a3cb559 100644 --- a

[PATCH 2/2] staging: rts5139: rts51x_card: fixed brace coding style issue

2012-07-16 Thread Erik Jones
Fixed a coding style issue. An else statement was not on the same line as the preceding if statement's closing brace. Signed-off-by: Erik Jones --- drivers/staging/rts5139/rts51x_card.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rt