staging: fbtft: fix braces {} are not necessary for single statement blocks
authorAya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Thu, 19 Feb 2015 02:53:59 +0000 (04:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 21:06:13 +0000 (13:06 -0800)
commit9d1d0a38bd7f0ee22081beabb2baac89ce6a4e58
treef81d65e0cc8f6bfcb8c77055839de3e2cd0b75d9
parentb124fee6576d6f5a2193e3b3a09e183eef23078a
staging: fbtft: fix braces {} are not necessary for single statement blocks

This patch fixes the following checkpatch.pl warning:
braces {} are not necessary for single statement blocks

Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_pcd8544.c