diff mbox series

drm: Add kerneldoc description for "link"-member in struct drm_panel

Message ID 1534352611-19074-1-git-send-email-jsarha@ti.com (mailing list archive)
State New, archived
Headers show
Series drm: Add kerneldoc description for "link"-member in struct drm_panel | expand

Commit Message

Jyri Sarha Aug. 15, 2018, 5:03 p.m. UTC
Add kerneldoc description for "struct device_link *link"-member in
struct drm_panel.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
 include/drm/drm_panel.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel Vetter Aug. 15, 2018, 5:51 p.m. UTC | #1
On Wed, Aug 15, 2018 at 08:03:31PM +0300, Jyri Sarha wrote:
> Add kerneldoc description for "struct device_link *link"-member in
> struct drm_panel.
> 
> Signed-off-by: Jyri Sarha <jsarha@ti.com>

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>

> ---
>  include/drm/drm_panel.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h
> index 26a1b5f..c796251 100644
> --- a/include/drm/drm_panel.h
> +++ b/include/drm/drm_panel.h
> @@ -82,6 +82,7 @@ struct drm_panel_funcs {
>   * @drm: DRM device owning the panel
>   * @connector: DRM connector that the panel is attached to
>   * @dev: parent device of the panel
> + * @link: link from panel device (supplier) to drm device (consumer)
>   * @funcs: operations that can be performed on the panel
>   * @list: panel entry in registry
>   */
> -- 
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
>
Thierry Reding Aug. 16, 2018, 9:23 a.m. UTC | #2
On Wed, Aug 15, 2018 at 08:03:31PM +0300, Jyri Sarha wrote:
> Add kerneldoc description for "struct device_link *link"-member in
> struct drm_panel.
> 
> Signed-off-by: Jyri Sarha <jsarha@ti.com>
> ---
>  include/drm/drm_panel.h | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry
diff mbox series

Patch

diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h
index 26a1b5f..c796251 100644
--- a/include/drm/drm_panel.h
+++ b/include/drm/drm_panel.h
@@ -82,6 +82,7 @@  struct drm_panel_funcs {
  * @drm: DRM device owning the panel
  * @connector: DRM connector that the panel is attached to
  * @dev: parent device of the panel
+ * @link: link from panel device (supplier) to drm device (consumer)
  * @funcs: operations that can be performed on the panel
  * @list: panel entry in registry
  */