[PATCH 5/5] staging: fbtft: fix braces {} are not necessary for single statement blocks

2015-01-28 Thread Heba Aamer
This patch fixes the following checkpatch.pl warning: braces {} are not necessary for single statement blocks Signed-off-by: Heba Aamer --- drivers/staging/fbtft/fb_pcd8544.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fb_pcd8544.c

[PATCH 5/5] staging: fbtft: fix braces {} are not necessary for single statement blocks

2015-01-28 Thread Heba Aamer
This patch fixes the following checkpatch.pl warning: braces {} are not necessary for single statement blocks Signed-off-by: Heba Aamer heba93aa...@gmail.com --- drivers/staging/fbtft/fb_pcd8544.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git