On Wed, Aug 15, 2018 at 04:38:28PM -0400, Sean Paul wrote:
> From: Sean Paul <[email protected]>
>
> Resolves the following warnings.
> ../drivers/gpu/drm/drm_panel.c:158: WARNING: Unexpected indentation.
> ../drivers/gpu/drm/drm_panel.c:159: WARNING: Block quote ends without a blank
> line; unexpected unindent.
>
> Fixes: 83127f67e450 ("drm/panel: Flesh out kerneldoc")
> Cc: Daniel Vetter <[email protected]>
> Cc: Thierry Reding <[email protected]>
> Cc: Jyri Sarha <[email protected]>
> Signed-off-by: Sean Paul <[email protected]>
I was sitting on this fix since a while, but forgot to send it out :-/
You picked the wrong culprit though, the issue is with the enumeration
formatting below:
Fixes: c59eb3cfde1f ("drm/panel: Let of_drm_find_panel() return -ENODEV when
the panel is disabled")
Cc: Boris Brezillon <[email protected]>
With that adjusted: Reviewed-by: Daniel Vetter <[email protected]>
> ---
> drivers/gpu/drm/drm_panel.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/drm_panel.c b/drivers/gpu/drm/drm_panel.c
> index b902361dee6e..0db486d10d1c 100644
> --- a/drivers/gpu/drm/drm_panel.c
> +++ b/drivers/gpu/drm/drm_panel.c
> @@ -152,7 +152,9 @@ EXPORT_SYMBOL(drm_panel_detach);
> *
> * Return: A pointer to the panel registered for the specified device tree
> * node or an ERR_PTR() if no panel matching the device tree node can be
> found.
> + *
> * Possible error codes returned by this function:
> + *
> * - EPROBE_DEFER: the panel device has not been probed yet, and the caller
> * should retry later
> * - ENODEV: the device is not available (status != "okay" or "ok")
> --
> Sean Paul, Software Engineer, Google / Chromium OS
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel