summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangjianli <wangjianli@cdjrlc.com>2022-10-22 09:04:17 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-10-24 21:38:47 +0300
commit31bc2485e88537009fad9246bf48319fc9172230 (patch)
tree56df01617dc42c3a60f8ed16db04994f1c0c4be6
parent12024b17617af9b953cf8801a6a3d3c769ebd06f (diff)
downloadlinux-31bc2485e88537009fad9246bf48319fc9172230.tar.xz
drm/radeon: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/radeon/radeon_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
index a556b6be1137..262e2bcb30c3 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -1207,7 +1207,7 @@ static void radeon_check_arguments(struct radeon_device *rdev)
* @pdev: pci dev pointer
* @state: vga_switcheroo state
*
- * Callback for the switcheroo driver. Suspends or resumes the
+ * Callback for the switcheroo driver. Suspends or resumes
* the asics before or after it is powered up using ACPI methods.
*/
static void radeon_switcheroo_set_state(struct pci_dev *pdev, enum vga_switcheroo_state state)