[PATCH 3/3] fix space required after that ','

2015-01-26 Thread Mariam Mohamed Fawzy
This patch fixes the following in checkpatch.pl error: space required after that ',' Signed-off-by: Mariam Mohamed Fawzy --- drivers/staging/fbtft/fb_bd663474.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fbtft/fb_bd663474.c b/drivers/sta

[PATCH 2/3] fix space prohibited after that open parenthesis '('

2015-01-26 Thread Mariam Mohamed Fawzy
This patch fixes the following checkpatch.pl error: space prohibited after that open parenthesis '(' Signed-off-by: Mariam Mohamed Fawzy --- drivers/staging/fbtft/fb_bd663474.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/fbtft/fb_bd6

[PATCH 1/3] fix space prohibited before that close parenthesis ')'

2015-01-26 Thread Mariam Mohamed Fawzy
This patch fixes the following checkpatch.pl error: space prohibited before that close parenthesis ')' Signed-off-by: Mariam Mohamed Fawzy --- drivers/staging/fbtft/fb_bd663474.c | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git

[PATCH 0/3] staging: fbtft: fix coding style errors

2015-01-26 Thread Mariam Mohamed Fawzy
This patchset fixes three coding style errors in the file fb_bd663474.c located in the driver fbtft Mariam Mohamed Fawzy (3): fix space prohibited before that close parenthesis ')' fix space prohibited after that open parenthesis '(' fix space required after that &

[PATCH v2] staging: vt6655: fix that open brace { should be on the previous line

2015-01-26 Thread Mariam Mohamed Fawzy
This patch fixes the following checkpatch.pl error: fix that open brace { should be on the previous line Signed-off-by: Mariam Mohamed Fawzy --- v2: Adjusted my legal name. drivers/staging/vt6655/card.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging