staging: fbtft: correct a typo in a comment

Typo in a comment to register write corrected.

Signed-off-by: Anton Gerasimov <anton.gerasimov@openmailbox.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anton Gerasimov 2015-06-13 22:36:35 +03:00 committed by Greg Kroah-Hartman
parent 6684d0c4c8
commit 38e127275f
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ static int init_display(struct fbtft_par *par)
/* Vertical GRAM Start Address */
write_reg(par, 0x0052, 0x0000);
/* Vertical GRAM Start Address */
/* Vertical GRAM End Address */
write_reg(par, 0x0053, 0x013F);
/* Gate Scan Line */