staging: fbtft: Reformat line over 80 characters
authorDeepak R Varma <mh12gx2825@gmail.com>
Sun, 15 Mar 2020 23:41:06 +0000 (05:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Mar 2020 11:47:24 +0000 (12:47 +0100)
commit1293b4aa0e3e995dfbcc8a7fe35182d605c3c24c
treecba358bc2ee18f7b77b5036d4ae3ab8d5595a354
parent9a27592d160d631226dfd7479ad72d2b3c0c45fd
staging: fbtft: Reformat line over 80 characters

A long variable name beyond 80 characters extends  into the next
line. Reformatting the line makes it more readable. Also adding an extra
line for the next instruction following current if block helps
understand it better.

Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com>
Link: https://lore.kernel.org/r/027ccfa893feafc25da273b4b4de444d7a466cfd.1584314603.git.mh12gx2825@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c