mirror of https://gitee.com/openkylin/linux.git
drm/i915: Trivial spelling mistake 'assertiing'
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
e2f973d58e
commit
309cfea822
|
@ -1425,7 +1425,7 @@ static void intel_disable_transcoder(struct drm_i915_private *dev_priv,
|
|||
}
|
||||
|
||||
/**
|
||||
* intel_enable_pipe - enable a pipe, assertiing requirements
|
||||
* intel_enable_pipe - enable a pipe, asserting requirements
|
||||
* @dev_priv: i915 private structure
|
||||
* @pipe: pipe to enable
|
||||
* @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,
|
|||
}
|
||||
|
||||
/**
|
||||
* intel_disable_pipe - disable a pipe, assertiing requirements
|
||||
* intel_disable_pipe - disable a pipe, asserting requirements
|
||||
* @dev_priv: i915 private structure
|
||||
* @pipe: pipe to disable
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue