Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 309cfea8 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Trivial spelling mistake 'assertiing'

parent e2f973d5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
 *