Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Spelling s/sempahore/semaphore/

Fix misspellings of "semaphore".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/8b0542c12a2427f34a792c41ac2d2a2922874bfa.1689600102.git.geert+renesas@glider.be

authored by

Geert Uytterhoeven and committed by
Javier Martinez Canillas
9bba6b19 48c5c68f

+4 -4
+1 -1
drivers/gpu/drm/i915/i915_request.c
··· 1220 1220 /* 1221 1221 * If this or its dependents are waiting on an external fence 1222 1222 * that may fail catastrophically, then we want to avoid using 1223 - * sempahores as they bypass the fence signaling metadata, and we 1223 + * semaphores as they bypass the fence signaling metadata, and we 1224 1224 * lose the fence->error propagation. 1225 1225 */ 1226 1226 if (from->sched.flags & I915_SCHED_HAS_EXTERNAL_CHAIN)
+1 -1
drivers/gpu/drm/radeon/cik.c
··· 3603 3603 * @rdev: radeon_device pointer 3604 3604 * @ring: radeon ring buffer object 3605 3605 * @semaphore: radeon semaphore object 3606 - * @emit_wait: Is this a sempahore wait? 3606 + * @emit_wait: Is this a semaphore wait? 3607 3607 * 3608 3608 * Emits a semaphore signal/wait packet to the CP ring and prevents the PFP 3609 3609 * from running ahead of semaphore waits.
+1 -1
drivers/gpu/drm/radeon/r600.c
··· 2918 2918 * @rdev: radeon_device pointer 2919 2919 * @ring: radeon ring buffer object 2920 2920 * @semaphore: radeon semaphore object 2921 - * @emit_wait: Is this a sempahore wait? 2921 + * @emit_wait: Is this a semaphore wait? 2922 2922 * 2923 2923 * Emits a semaphore signal/wait packet to the CP ring and prevents the PFP 2924 2924 * from running ahead of semaphore waits.
+1 -1
include/drm/task_barrier.h
··· 25 25 26 26 /* 27 27 * Reusable 2 PHASE task barrier (randevouz point) implementation for N tasks. 28 - * Based on the Little book of sempahores - https://greenteapress.com/wp/semaphores/ 28 + * Based on the Little book of semaphores - https://greenteapress.com/wp/semaphores/ 29 29 */ 30 30 31 31