drm/etnaviv: Fix typo in comment
authorGuido Günther <agx@sigxcpu.org>
Mon, 2 Mar 2020 19:13:32 +0000 (20:13 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 3 Mar 2020 09:58:57 +0000 (10:58 +0100)
Use 'is' instead of 'it' so it becomes a valid sentence and
spell 'resetting' correctly.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c

index f7b2f3a..50112fd 100644 (file)
@@ -515,7 +515,7 @@ static int etnaviv_hw_reset(struct etnaviv_gpu *gpu)
                /* read idle register. */
                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) {
                        dev_dbg(gpu->dev, "FE is not idle\n");
                        continue;