[Intel-gfx] [PATCH] drm/i915: Fix kerneldocs for intel_audio.c
Pandiyan, Dhinakaran
dhinakaran.pandiyan at intel.com
Tue Nov 14 21:01:42 UTC 2017
On Tue, 2017-11-14 at 21:11 +0200, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Fix copy/paste fail in kerneldocs for intel_audio_codec_disable().
>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com>
> Suggested-by: Daniel Vetter <daniel.vetter at ffwll.ch>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> ---
> drivers/gpu/drm/i915/intel_audio.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_audio.c b/drivers/gpu/drm/i915/intel_audio.c
> index 4705194b1992..f1502a0188eb 100644
> --- a/drivers/gpu/drm/i915/intel_audio.c
> +++ b/drivers/gpu/drm/i915/intel_audio.c
> @@ -655,8 +655,8 @@ void intel_audio_codec_enable(struct intel_encoder *encoder,
> /**
> * intel_audio_codec_disable - Disable the audio codec for HD audio
> * @encoder: encoder on which to disable audio
> - * @crtc_state: pointer to the old crtc state.
> - * @conn_state: pointer to the old connector state.
> + * @old_crtc_state: pointer to the old crtc state.
> + * @old_conn_state: pointer to the old connector state.
> *
> * The disable sequences must be performed before disabling the transcoder or
> * port.
More information about the Intel-gfx
mailing list