[PATCH 5/6] drm/etnaviv: Fix typo arbitary
Naoki Hayama
naoki.hayama at lineo.co.jp
Thu Oct 8 08:47:46 UTC 2020
Fix comment typo.
s/arbitary/arbitrary/
Signed-off-by: Naoki Hayama <naoki.hayama at lineo.co.jp>
---
drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c
index c6404b8d067f..5077004f7fbf 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c
@@ -1811,7 +1811,7 @@ static int etnaviv_gpu_platform_probe(struct platform_device *pdev)
/*
* We treat the device as initially suspended. The runtime PM
- * autosuspend delay is rather arbitary: no measurements have
+ * autosuspend delay is rather arbitrary: no measurements have
* yet been performed to determine an appropriate value.
*/
pm_runtime_use_autosuspend(gpu->dev);
--
2.17.1
More information about the etnaviv
mailing list