]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm: Spelling fixes
authorLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 1 Nov 2017 14:04:36 +0000 (14:04 +0000)
committerGustavo Padovan <gustavo.padovan@collabora.com>
Thu, 2 Nov 2017 13:10:37 +0000 (11:10 -0200)
Minor spelling fix for 'monster' and replace 'on' with 'own' in
comments.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171101140436.2743-1-Liviu.Dudau@arm.com
drivers/gpu/drm/drm_atomic.c
drivers/gpu/drm/drm_mm.c

index 6c9c4a8e09af7393ae9efad9f1c50b4f1dbee4ba..8ec7d7bade8a34862d79b4877d0747a8f396b8d4 100644 (file)
@@ -1808,7 +1808,7 @@ int drm_atomic_debugfs_init(struct drm_minor *minor)
 #endif
 
 /*
- * The big monstor ioctl
+ * The big monster ioctl
  */
 
 static struct drm_pending_vblank_event *create_vblank_event(
index 61a1c8ea74bc5838b905a67e55cb80203f8ef58f..eb86bc3f753b36dd85e2244ba97a77a8e525768b 100644 (file)
@@ -92,7 +92,7 @@
  * some basic allocator dumpers for debugging.
  *
  * Note that this range allocator is not thread-safe, drivers need to protect
- * modifications with their on locking. The idea behind this is that for a full
+ * modifications with their own locking. The idea behind this is that for a full
  * memory manager additional data needs to be protected anyway, hence internal
  * locking would be fully redundant.
  */