Message ID | 20191002153827.23026-1-j.neuschaefer@gmx.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] drm/mcde: Fix reference to DOC comment | expand |
On Thu, Oct 3, 2019 at 5:15 PM Maxime Ripard <mripard@kernel.org> wrote: > > > > Fixes: 5fc537bfd000 ("drm/mcde: Add new driver for ST-Ericsson MCDE") > > > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> > > > > > > Both patches applied! > > > > ...but I can't push the changes: > > > > $ dim push-branch drm-misc-next > > dim: 9fa1f9734e40 ("Revert "drm/sun4i: dsi: Change the start delay > > calculation""): committer Signed-off-by missing. > > dim: ERROR: issues in commits detected, aborting > > > > Not even my commit, apart from that it looks like it does have > > the committer Signed-off-by. I'm confused and don't know what > > to do... anyone has some hints? > > Yeah, it's pretty weird, I just pushed without any trouble. > > Did you rebase or something? Nope... even tried to reset hard to origin :/ I guess just try again... Yours, Linus Walleij
diff --git a/Documentation/gpu/mcde.rst b/Documentation/gpu/mcde.rst index c69e977defda..dd43dde379e0 100644 --- a/Documentation/gpu/mcde.rst +++ b/Documentation/gpu/mcde.rst @@ -5,4 +5,4 @@ ======================================================= .. kernel-doc:: drivers/gpu/drm/mcde/mcde_drv.c - :doc: ST-Ericsson MCDE DRM Driver + :doc: ST-Ericsson MCDE Driver
The :doc: reference did not match the DOC comment's name. Fixes: 5fc537bfd000 ("drm/mcde: Add new driver for ST-Ericsson MCDE") Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- Documentation/gpu/mcde.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.20.1