From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915: Fixup kernel doc for param name changes
Date: Mon, 8 Oct 2018 14:13:40 +0300 [thread overview]
Message-ID: <20181008111340.GC9144@intel.com> (raw)
In-Reply-To: <20181008104808.17457-1-chris@chris-wilson.co.uk>
On Mon, Oct 08, 2018 at 11:48:08AM +0100, Chris Wilson wrote:
> s/crtc/crtc_state/ for the kernel doc as well as the params.
>
> Fixes: 65c307fd08dd ("drm/i915: Make shared dpll functions take crtc_state, v3.")
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> ---
> drivers/gpu/drm/i915/intel_dpll_mgr.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_dpll_mgr.c b/drivers/gpu/drm/i915/intel_dpll_mgr.c
> index 10e820804eee..874646357ad1 100644
> --- a/drivers/gpu/drm/i915/intel_dpll_mgr.c
> +++ b/drivers/gpu/drm/i915/intel_dpll_mgr.c
> @@ -126,7 +126,7 @@ void assert_shared_dpll(struct drm_i915_private *dev_priv,
>
> /**
> * intel_prepare_shared_dpll - call a dpll's prepare hook
> - * @crtc: CRTC which has a shared dpll
> + * @crtc_state: CRTC, and its state, which has a shared dpll
> *
> * This calls the PLL's prepare hook if it has one and if the PLL is not
> * already enabled. The prepare hook is platform specific.
> @@ -154,7 +154,7 @@ void intel_prepare_shared_dpll(const struct intel_crtc_state *crtc_state)
>
> /**
> * intel_enable_shared_dpll - enable a CRTC's shared DPLL
> - * @crtc: CRTC which has a shared DPLL
> + * @crtc_state: CRTC, and its state, which has a shared DPLL
> *
> * Enable the shared DPLL used by @crtc.
> */
> @@ -199,7 +199,7 @@ void intel_enable_shared_dpll(const struct intel_crtc_state *crtc_state)
>
> /**
> * intel_disable_shared_dpll - disable a CRTC's shared DPLL
> - * @crtc: CRTC which has a shared DPLL
> + * @crtc_state: CRTC, and its state, which has a shared DPLL
> *
> * Disable the shared DPLL used by @crtc.
> */
> --
> 2.19.1
--
Ville Syrjälä
Intel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2018-10-08 11:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-08 10:48 [PATCH] drm/i915: Fixup kernel doc for param name changes Chris Wilson
2018-10-08 11:13 ` Ville Syrjälä [this message]
2018-10-08 11:22 ` Maarten Lankhorst
2018-10-08 11:41 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-10-08 13:09 ` ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181008111340.GC9144@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.