diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-21 08:23:45 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-07-27 09:17:58 +0200 |
commit | b320c7b7343885a346949abb56ea20528d611148 (patch) | |
tree | 32c59ad61c3c6f3083a50b6bbafddef58183df9d /drivers/gpu/drm/panel/panel-novatek-nt35510.c | |
parent | drm/fsl-dcu: Use drm_plane_helper_destroy() (diff) | |
download | linux-b320c7b7343885a346949abb56ea20528d611148.tar.xz linux-b320c7b7343885a346949abb56ea20528d611148.zip |
drm: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220721062345.46842-1-slark_xiao@163.com
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/panel/panel-novatek-nt35510.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35510.c b/drivers/gpu/drm/panel/panel-novatek-nt35510.c index c613ad967ba6..493c3c23f0d6 100644 --- a/drivers/gpu/drm/panel/panel-novatek-nt35510.c +++ b/drivers/gpu/drm/panel/panel-novatek-nt35510.c @@ -231,7 +231,7 @@ struct nt35510_config { * bits 0..2 in the lower nibble controls HCK, the booster clock * frequency, the values are the same as for PCK in @bt1ctr. * bits 4..5 in the upper nibble controls BTH, the boosting - * amplification for the the step-up circuit. + * amplification for the step-up circuit. * 0 = AVDD + VDDB * 1 = AVDD - AVEE * 2 = AVDD - AVEE + VDDB |