diff options
author | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2015-06-13 22:36:35 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-13 14:50:11 -0700 |
commit | 38e127275fa5c88fb23ace8011eda05994c4ef78 (patch) | |
tree | 0e0d81e6c2423bbc8f8409073e30deb0e65aa914 /drivers/staging/fbtft | |
parent | 6684d0c4c8284687d14904051e2f16d76e495fa4 (diff) |
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>
Diffstat (limited to 'drivers/staging/fbtft')
-rw-r--r-- | drivers/staging/fbtft/fb_ili9320.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/fb_ili9320.c b/drivers/staging/fbtft/fb_ili9320.c index 0301bd5dd9ff..ef4fa6b72c79 100644 --- a/drivers/staging/fbtft/fb_ili9320.c +++ b/drivers/staging/fbtft/fb_ili9320.c @@ -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 */ |