diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-01-28 08:54:53 -0500 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-02-01 03:48:36 -0500 |
commit | 309cfea822413a306a5a4e24c2aa832e8e8217a1 (patch) | |
tree | 2697ee3b4ba0e902df709a5c1b28d21793dac6ef /drivers/gpu/drm/i915/intel_display.c | |
parent | e2f973d58e80ba00bcfaa171169c42c710e7e826 (diff) |
drm/i915: Trivial spelling mistake 'assertiing'
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_display.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index edc4535f9a66..f4ba9d83ab4e 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
@@ -1425,7 +1425,7 @@ static void intel_disable_transcoder(struct drm_i915_private *dev_priv, | |||
1425 | } | 1425 | } |
1426 | 1426 | ||
1427 | /** | 1427 | /** |
1428 | * intel_enable_pipe - enable a pipe, assertiing requirements | 1428 | * intel_enable_pipe - enable a pipe, asserting requirements |
1429 | * @dev_priv: i915 private structure | 1429 | * @dev_priv: i915 private structure |
1430 | * @pipe: pipe to enable | 1430 | * @pipe: pipe to enable |
1431 | * @pch_port: on ILK+, is this pipe driving a PCH port or not | 1431 | * @pch_port: on ILK+, is this pipe driving a PCH port or not |
@@ -1469,7 +1469,7 @@ static void intel_enable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe, | |||
1469 | } | 1469 | } |
1470 | 1470 | ||
1471 | /** | 1471 | /** |
1472 | * intel_disable_pipe - disable a pipe, assertiing requirements | 1472 | * intel_disable_pipe - disable a pipe, asserting requirements |
1473 | * @dev_priv: i915 private structure | 1473 | * @dev_priv: i915 private structure |
1474 | * @pipe: pipe to disable | 1474 | * @pipe: pipe to disable |
1475 | * | 1475 | * |