staging: fbtft: correct a typo in a comment
authorAnton Gerasimov <anton.gerasimov@openmailbox.org>
Sat, 13 Jun 2015 19:36:35 +0000 (22:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 21:50:11 +0000 (14:50 -0700)
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>
drivers/staging/fbtft/fb_ili9320.c

index 0301bd5..ef4fa6b 100644 (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 */