mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 23:53:45 +07:00
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 <agx@sigxcpu.org> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
parent
ed1dd899ba
commit
ea4ed4a55f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user