diff options
| author | Sui Jingfeng <[email protected]> | 2022-04-06 07:30:36 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2022-04-06 13:23:08 +0000 |
| commit | 20b734c11243ecf97030345b51ff37fcb7dd060f (patch) | |
| tree | 5ad01a9c487083202db011f72c83349fe2929741 | |
| parent | drm/vc4: hvs: Use pointer to HVS in HVS_READ and HVS_WRITE macros (diff) | |
| download | kernel-20b734c11243ecf97030345b51ff37fcb7dd060f.tar.gz kernel-20b734c11243ecf97030345b51ff37fcb7dd060f.zip | |
drm/drm_modeset_helper_vtables.h: fix a typo
change upate to update
Signed-off-by: Sui Jingfeng <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | include/drm/drm_modeset_helper_vtables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_modeset_helper_vtables.h b/include/drm/drm_modeset_helper_vtables.h index fdfa9f37ce05..fafa70ac1337 100644 --- a/include/drm/drm_modeset_helper_vtables.h +++ b/include/drm/drm_modeset_helper_vtables.h @@ -1384,7 +1384,7 @@ struct drm_mode_config_helper_funcs { * starting to commit the update to the hardware. * * After the atomic update is committed to the hardware this hook needs - * to call drm_atomic_helper_commit_hw_done(). Then wait for the upate + * to call drm_atomic_helper_commit_hw_done(). Then wait for the update * to be executed by the hardware, for example using * drm_atomic_helper_wait_for_vblanks() or * drm_atomic_helper_wait_for_flip_done(), and then clean up the old |
