diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-21 21:44:01 +0800 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-06-22 09:23:01 +0200 |
commit | dc6934d5ae007ad53c88c3e0b9685160a39ba896 (patch) | |
tree | 8ff571e300d8f241d0feca2d93dcf21a67022f42 /drivers/gpu/drm/drm_panel_orientation_quirks.c | |
parent | e179024e4be8bdf00edc2d9a905215dbacf322b1 (diff) | |
download | lwn-dc6934d5ae007ad53c88c3e0b9685160a39ba896.tar.gz lwn-dc6934d5ae007ad53c88c3e0b9685160a39ba896.zip |
drm: panel-orientation-quirks: drop unexpected word "the" in the comments
there is an unexpected word "the" in the comments that need to be dropped
file: drivers/gpu/drm/drm_panel_orientation_quirks.c
line: 196
* GPD Pocket, note that the the DMI data is less generic then
changed to
* GPD Pocket, note that the DMI data is less generic then
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220621134401.10290-1-jiangjian@cdjrlc.com
Diffstat (limited to 'drivers/gpu/drm/drm_panel_orientation_quirks.c')
-rw-r--r-- | drivers/gpu/drm/drm_panel_orientation_quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 4e853acfd1e8..1276edf0fc0d 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -187,7 +187,7 @@ static const struct dmi_system_id orientation_data[] = { }, .driver_data = (void *)&lcd800x1280_rightside_up, }, { /* - * GPD Pocket, note that the the DMI data is less generic then + * GPD Pocket, note that the DMI data is less generic then * it seems, devices with a board-vendor of "AMI Corporation" * are quite rare, as are devices which have both board- *and* * product-id set to "Default String" |