All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] v4l: vsp1: Fix struct vsp1_drm documentation
@ 2017-03-02 10:12 Kieran Bingham
  2017-03-02 12:08 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Kieran Bingham @ 2017-03-02 10:12 UTC (permalink / raw)
  To: laurent.pinchart; +Cc: linux-media, Kieran Bingham

The struct vsp1_drm references a member 'planes' which doesn't exist.
Correctly identify this documentation against the 'inputs'

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
---
 drivers/media/platform/vsp1/vsp1_drm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/vsp1/vsp1_drm.h b/drivers/media/platform/vsp1/vsp1_drm.h
index 9e28ab9254ba..c8d2f88fc483 100644
--- a/drivers/media/platform/vsp1/vsp1_drm.h
+++ b/drivers/media/platform/vsp1/vsp1_drm.h
@@ -21,7 +21,7 @@
  * vsp1_drm - State for the API exposed to the DRM driver
  * @pipe: the VSP1 pipeline used for display
  * @num_inputs: number of active pipeline inputs at the beginning of an update
- * @planes: source crop rectangle, destination compose rectangle and z-order
+ * @inputs: source crop rectangle, destination compose rectangle and z-order
  *	position for every input
  */
 struct vsp1_drm {
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] v4l: vsp1: Fix struct vsp1_drm documentation
  2017-03-02 10:12 [PATCH] v4l: vsp1: Fix struct vsp1_drm documentation Kieran Bingham
@ 2017-03-02 12:08 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2017-03-02 12:08 UTC (permalink / raw)
  To: Kieran Bingham; +Cc: linux-media

Hi Kieran,

Thank you for the patch.

On Thursday 02 Mar 2017 10:12:22 Kieran Bingham wrote:
> The struct vsp1_drm references a member 'planes' which doesn't exist.
> Correctly identify this documentation against the 'inputs'
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

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

and applied to my tree, thank you.

> ---
>  drivers/media/platform/vsp1/vsp1_drm.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/vsp1/vsp1_drm.h
> b/drivers/media/platform/vsp1/vsp1_drm.h index 9e28ab9254ba..c8d2f88fc483
> 100644
> --- a/drivers/media/platform/vsp1/vsp1_drm.h
> +++ b/drivers/media/platform/vsp1/vsp1_drm.h
> @@ -21,7 +21,7 @@
>   * vsp1_drm - State for the API exposed to the DRM driver
>   * @pipe: the VSP1 pipeline used for display
>   * @num_inputs: number of active pipeline inputs at the beginning of an
> update - * @planes: source crop rectangle, destination compose rectangle
> and z-order + * @inputs: source crop rectangle, destination compose
> rectangle and z-order *	position for every input
>   */
>  struct vsp1_drm {

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-02 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02 10:12 [PATCH] v4l: vsp1: Fix struct vsp1_drm documentation Kieran Bingham
2017-03-02 12:08 ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.