]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: fbtft: fix spacing errors
authorAya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Thu, 19 Feb 2015 03:02:24 +0000 (05:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 21:06:59 +0000 (13:06 -0800)
commit73762b9dcb8398b00cda5af9bb36ed80504f9ef5
treefab0b72164ae7f469be3c1b2115776f3930ea9f9
parent7e059db65515c0c11aac3d036745c621b7a2567c
staging: fbtft: fix spacing errors

This patch fixes the following checkpatch.pl errors:
space prohibited before that ','
space required after that ','
spaces required around that '='

Given that the addition of spaces triggered the line over 80 characters
warning, some lines were divided into two.

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