Skip to content

Commit 80683bf

Browse files
KunWuChaneffective-light
authored andcommitted
drm/atomic-helper: Fix spelling mistake "preceeding" -> "preceding"
There is a typo in the kernel documentation for function drm_atomic_helper_wait_for_dependencies. Fix it. Signed-off-by: Kunwu Chan <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 9e4db19 commit 80683bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/drm_atomic_helper.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2373,10 +2373,10 @@ int drm_atomic_helper_setup_commit(struct drm_atomic_state *state,
23732373
EXPORT_SYMBOL(drm_atomic_helper_setup_commit);
23742374

23752375
/**
2376-
* drm_atomic_helper_wait_for_dependencies - wait for required preceeding commits
2376+
* drm_atomic_helper_wait_for_dependencies - wait for required preceding commits
23772377
* @old_state: atomic state object with old state structures
23782378
*
2379-
* This function waits for all preceeding commits that touch the same CRTC as
2379+
* This function waits for all preceding commits that touch the same CRTC as
23802380
* @old_state to both be committed to the hardware (as signalled by
23812381
* drm_atomic_helper_commit_hw_done()) and executed by the hardware (as signalled
23822382
* by calling drm_crtc_send_vblank_event() on the &drm_crtc_state.event).

0 commit comments

Comments
 (0)