radeon: Fix typo and copy/paste error in comments
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 20 Nov 2012 21:31:06 +0000 (22:31 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Nov 2012 13:28:44 +0000 (14:28 +0100)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/gpu/drm/radeon/radeon_ring.c

index 47634f27f2e5eca62cc6335d95fc246e13a6deb2..ebd69562ef6c802af7956dd168de29bf27f6f19f 100644 (file)
@@ -459,7 +459,7 @@ void radeon_ring_unlock_commit(struct radeon_device *rdev, struct radeon_ring *r
  *
  * @ring: radeon_ring structure holding ring information
  *
- * Reset the driver's copy of the wtpr (all asics).
+ * Reset the driver's copy of the wptr (all asics).
  */
 void radeon_ring_undo(struct radeon_ring *ring)
 {
@@ -503,7 +503,7 @@ void radeon_ring_force_activity(struct radeon_device *rdev, struct radeon_ring *
 }
 
 /**
- * radeon_ring_force_activity - update lockup variables
+ * radeon_ring_lockup_update - update lockup variables
  *
  * @ring: radeon_ring structure holding ring information
  *