Commit ea4ed4a5 authored by Guido Günther's avatar Guido Günther Committed by Lucas Stach

drm/etnaviv: Fix typo in comment

Use 'is' instead of 'it' so it becomes a valid sentence and
spell 'resetting' correctly.
Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
parent ed1dd899
...@@ -515,7 +515,7 @@ static int etnaviv_hw_reset(struct etnaviv_gpu *gpu) ...@@ -515,7 +515,7 @@ static int etnaviv_hw_reset(struct etnaviv_gpu *gpu)
/* read idle register. */ /* read idle register. */
idle = gpu_read(gpu, VIVS_HI_IDLE_STATE); idle = gpu_read(gpu, VIVS_HI_IDLE_STATE);
/* try reseting again if FE it not idle */ /* try resetting again if FE is not idle */
if ((idle & VIVS_HI_IDLE_STATE_FE) == 0) { if ((idle & VIVS_HI_IDLE_STATE_FE) == 0) {
dev_dbg(gpu->dev, "FE is not idle\n"); dev_dbg(gpu->dev, "FE is not idle\n");
continue; continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment