Skip to content

Commit ea4ed4a

Browse files
agxlynxeye-dev
authored andcommitted
drm/etnaviv: Fix typo in comment
Use 'is' instead of 'it' so it becomes a valid sentence and spell 'resetting' correctly. Signed-off-by: Guido Günther <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
1 parent ed1dd89 commit ea4ed4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/etnaviv/etnaviv_gpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ static int etnaviv_hw_reset(struct etnaviv_gpu *gpu)
515515
/* read idle register. */
516516
idle = gpu_read(gpu, VIVS_HI_IDLE_STATE);
517517

518-
/* try reseting again if FE it not idle */
518+
/* try resetting again if FE is not idle */
519519
if ((idle & VIVS_HI_IDLE_STATE_FE) == 0) {
520520
dev_dbg(gpu->dev, "FE is not idle\n");
521521
continue;

0 commit comments

Comments
 (0)