[PATCH] agp/intel: Fix double word in comments

From: Shaomin Deng
Date: Sun Sep 04 2022 - 12:00:22 EST


Remove the repeated word "require" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@xxxxxxxxxx>
---
drivers/char/agp/intel-gtt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/agp/intel-gtt.c b/drivers/char/agp/intel-gtt.c
index bf6716ff863b..89bd810c3a39 100644
--- a/drivers/char/agp/intel-gtt.c
+++ b/drivers/char/agp/intel-gtt.c
@@ -568,7 +568,7 @@ static void intel_gtt_cleanup(void)
intel_gtt_teardown_scratch_page();
}

-/* Certain Gen5 chipsets require require idling the GPU before
+/* Certain Gen5 chipsets require idling the GPU before
* unmapping anything from the GTT when VT-d is enabled.
*/
static inline int needs_ilk_vtd_wa(void)
--
2.35.1