mbox series

[0/3] drm: rcar-du: Cleanup minor CRTC issues

Message ID 20190314220420.32487-1-kieran.bingham+renesas@ideasonboard.com (mailing list archive)
Headers show
Series drm: rcar-du: Cleanup minor CRTC issues | expand

Message

Kieran Bingham March 14, 2019, 10:04 p.m. UTC
Three fairly trivial cleanup patches from while I've been working on the CRTC
code on rcar-du.

The first is a small spelling error in the drm_crtc_state documentation, and
the following two are more directly cleaning up the rcar-du.

Kieran Bingham (3):
  drm: fix subtle spelling error in drm_crtc_state
  drm: rcar-du: crtc: make local functions static
  drm: rcar-du: Remove unused prototypes

 drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 9 +++++----
 drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 2 --
 include/drm/drm_crtc.h                 | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

Comments

Laurent Pinchart March 17, 2019, 4:48 p.m. UTC | #1
Hi Kieran,

Thank you for the patches.

On Thu, Mar 14, 2019 at 10:04:17PM +0000, Kieran Bingham wrote:
> Three fairly trivial cleanup patches from while I've been working on the CRTC
> code on rcar-du.
> 
> The first is a small spelling error in the drm_crtc_state documentation, and
> the following two are more directly cleaning up the rcar-du.
> 
> Kieran Bingham (3):
>   drm: fix subtle spelling error in drm_crtc_state
>   drm: rcar-du: crtc: make local functions static
>   drm: rcar-du: Remove unused prototypes

For the whole series:

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

and taken in my tree.

>  drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 9 +++++----
>  drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 2 --
>  include/drm/drm_crtc.h                 | 2 +-
>  3 files changed, 6 insertions(+), 7 deletions(-)