Messages in this thread |  | | From | Joonas Lahtinen <> | Subject | Re: [PATCH 12/22] gpu: i915.rst: Fix references to renamed files | Date | Fri, 31 May 2019 12:02:36 +0300 |
| |
Quoting Mauro Carvalho Chehab (2019-05-30 02:23:43) > WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function Hardware workarounds ./drivers/gpu/drm/i915/intel_workarounds.c' failed with return code 1 > WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function Logical Rings, Logical Ring Contexts and Execlists ./drivers/gpu/drm/i915/intel_lrc.c' failed with return code 1 > WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal ./drivers/gpu/drm/i915/intel_lrc.c' failed with return code 2 > > Fixes: 112ed2d31a46 ("drm/i915: Move GraphicsTechnology files under gt/") > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > --- > Documentation/gpu/i915.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst > index 055df45596c1..38fefeb99bba 100644 > --- a/Documentation/gpu/i915.rst > +++ b/Documentation/gpu/i915.rst > @@ -61,7 +61,7 @@ Intel GVT-g Host Support(vGPU device model) > Workarounds > ----------- > > -.. kernel-doc:: drivers/gpu/drm/i915/intel_workarounds.c > +.. kernel-doc:: drivers/gpu/drm/i915/gt/selftest_workarounds.c
This should be gt/intel_workarounds.c
Do you want me to merge this, or do you plan on merging through documentation tree?
Regards, Joonas
|  |