Skip to content

Commit

Permalink
drm/i915: fix typo in function name
Browse files Browse the repository at this point in the history
Fix function name in comments, a left-over from when i965_reset was
renamed to i915_reset.

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Eugeni Dodonov authored and Daniel Vetter committed Jan 17, 2012
1 parent a7516a0 commit f3953dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ static int gen6_do_reset(struct drm_device *dev, u8 flags)
}

/**
* i965_reset - reset chip after a hang
* i915_reset - reset chip after a hang
* @dev: drm device to reset
* @flags: reset domains
*
Expand Down

0 comments on commit f3953dc

Please sign in to comment.