diff options
author | Graham Whaley <graham.whaley@linux.intel.com> | 2015-08-24 15:41:21 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-08-25 11:23:55 +0200 |
commit | cff4f55bf4fb1e32483885bf0e571847668d9d67 (patch) | |
tree | cd11c9ee6222c89e155fc5c2b96c59ae82b0a31e /Documentation/DocBook | |
parent | drm/i915: remove excessive scaler debugging messages (diff) | |
download | linux-cff4f55bf4fb1e32483885bf0e571847668d9d67.tar.xz linux-cff4f55bf4fb1e32483885bf0e571847668d9d67.zip |
doc: drm: Fix mis-spelling of i915_guc_submission includes
In commit
d1675198e: drm/i915: Integrate GuC-based command submission
the drm.tmpl include lines reference the intel_guc_submission.c but the
patch adds the file i915_guc_submission.c. drm.tmpl fails to build with:
docproc: .//drivers/gpu/drm/i915/intel_guc_submission.c:
No such file or directory
Change the file reference to the actual file.
Signed-off-by: Graham Whaley <graham.whaley@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 069958c00f1c..1f9dc3e97ab7 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -4246,8 +4246,8 @@ int num_ioctls;</synopsis> </sect2> <sect2> <title>GuC Client</title> -!Pdrivers/gpu/drm/i915/intel_guc_submission.c GuC-based command submissison -!Idrivers/gpu/drm/i915/intel_guc_submission.c +!Pdrivers/gpu/drm/i915/i915_guc_submission.c GuC-based command submissison +!Idrivers/gpu/drm/i915/i915_guc_submission.c </sect2> </sect1> |