Delete the redundant word 'the'. Delete the redundant word 'this'. Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx> --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 4 ++-- drivers/gpu/drm/drm_prime.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 4e853acfd1e8..63f002d5143a 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" @@ -328,7 +328,7 @@ static const struct dmi_system_id orientation_data[] = { * resolution expected by the quirk-table entry. * * Note this function is also used outside of the drm-subsys, by for example - * the efifb code. Because of this this function gets compiled into its own + * the efifb code. Because of this function gets compiled into its own * kernel-module when built as a module. * * Returns: diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c index e3f09f18110c..a3f180653b8b 100644 --- a/drivers/gpu/drm/drm_prime.c +++ b/drivers/gpu/drm/drm_prime.c @@ -839,7 +839,7 @@ EXPORT_SYMBOL(drm_prime_pages_to_sg); * @sgt: sg_table describing the buffer to check * * This helper calculates the contiguous size in the DMA address space - * of the the buffer described by the provided sg_table. + * of the buffer described by the provided sg_table. * * This is useful for implementing * &drm_gem_object_funcs.gem_prime_import_sg_table. -- 2.36.1