mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
staging: fbtft: fix typo in comment in fb_upd161704.c
Fix spelling mistake found by codespell: "cencter" -> "center". Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Link: https://patch.msgid.link/20260611-upd161704-typo-v1-1-2e51387c3b28@yahoo.pl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
221192a784
commit
59280b1776
|
|
@ -67,7 +67,7 @@ static int init_display(struct fbtft_par *par)
|
|||
write_reg(par, 0x001D, 0x0000); /* Regulator current setting */
|
||||
write_reg(par, 0x001E, 0x0009); /* VCOM output setting */
|
||||
write_reg(par, 0x001F, 0x0035); /* VCOM amplitude setting */
|
||||
write_reg(par, 0x0020, 0x0015); /* VCOMM cencter setting */
|
||||
write_reg(par, 0x0020, 0x0015); /* VCOMM center setting */
|
||||
write_reg(par, 0x0018, 0x1E7B); /* DC/DC operation setting */
|
||||
|
||||
/* windows setting */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user