]> git.baikalelectronics.ru Git - kernel.git/commit
doc: drm: Fix mis-spelling of i915_guc_submission includes
authorGraham Whaley <graham.whaley@linux.intel.com>
Mon, 24 Aug 2015 13:41:21 +0000 (14:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 25 Aug 2015 09:23:55 +0000 (11:23 +0200)
commit620f022edbe49e865821ca57e55266787600db32
treecd11c9ee6222c89e155fc5c2b96c59ae82b0a31e
parent3ffb264ff55186841b9a400adc3f2d7502d8ebe0
doc: drm: Fix mis-spelling of i915_guc_submission includes

In commit
 68ba046a1: 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>
Documentation/DocBook/drm.tmpl