diff mbox series

[v5,01/22] media: camss: Fix vfe_isr_comp_done() documentation

Message ID 20210217112122.424236-2-robert.foss@linaro.org
State Superseded
Headers show
Series Add support for the SDM845 Camera Subsystem | expand

Commit Message

Robert Foss Feb. 17, 2021, 11:21 a.m. UTC
Function name is comment is wrong, and was changed to be
the same as the actual function name.

The comment was changed to kerneldoc format.

Signed-off-by: Robert Foss <robert.foss@linaro.org>

---

Changes since v1
 - Bjorn: Fix function doc name & use kerneldoc format


 drivers/media/platform/qcom/camss/camss-vfe.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.27.0

Comments

Nicolas Dufresne Feb. 19, 2021, 9:05 p.m. UTC | #1
Hi Robert,

not really a review, but I noticed ....

Le mercredi 17 février 2021 à 12:21 +0100, Robert Foss a écrit :
> Function name is comment is wrong, and was changed to be

                in

> the same as the actual function name.
> 
> The comment was changed to kerneldoc format.
> 
> Signed-off-by: Robert Foss <robert.foss@linaro.org>
> ---
> 
> Changes since v1
>  - Bjorn: Fix function doc name & use kerneldoc format
> 
> 
>  drivers/media/platform/qcom/camss/camss-vfe.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/platform/qcom/camss/camss-vfe.c
> b/drivers/media/platform/qcom/camss/camss-vfe.c
> index fae2b513b2f9..94c9ca7d5cbb 100644
> --- a/drivers/media/platform/qcom/camss/camss-vfe.c
> +++ b/drivers/media/platform/qcom/camss/camss-vfe.c
> @@ -1076,8 +1076,8 @@ static void vfe_isr_wm_done(struct vfe_device *vfe, u8
> wm)
>         spin_unlock_irqrestore(&vfe->output_lock, flags);
>  }
>  
> -/*
> - * vfe_isr_wm_done - Process composite image done interrupt
> +/**
> + * vfe_isr_comp_done() - Process composite image done interrupt
>   * @vfe: VFE Device
>   * @comp: Composite image id
>   */
Andrey Konovalov Feb. 20, 2021, 6:44 p.m. UTC | #2
Hi Robert,

Reviewed-by: Andrey Konovalov <andrey.konovalov@linaro.org>


Thanks,
Andrey

On 17.02.2021 14:21, Robert Foss wrote:
> Function name is comment is wrong, and was changed to be

> the same as the actual function name.

> 

> The comment was changed to kerneldoc format.

> 

> Signed-off-by: Robert Foss <robert.foss@linaro.org>

> ---

> 

> Changes since v1

>   - Bjorn: Fix function doc name & use kerneldoc format

> 

> 

>   drivers/media/platform/qcom/camss/camss-vfe.c | 4 ++--

>   1 file changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/drivers/media/platform/qcom/camss/camss-vfe.c b/drivers/media/platform/qcom/camss/camss-vfe.c

> index fae2b513b2f9..94c9ca7d5cbb 100644

> --- a/drivers/media/platform/qcom/camss/camss-vfe.c

> +++ b/drivers/media/platform/qcom/camss/camss-vfe.c

> @@ -1076,8 +1076,8 @@ static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm)

>   	spin_unlock_irqrestore(&vfe->output_lock, flags);

>   }

>   

> -/*

> - * vfe_isr_wm_done - Process composite image done interrupt

> +/**

> + * vfe_isr_comp_done() - Process composite image done interrupt

>    * @vfe: VFE Device

>    * @comp: Composite image id

>    */

>
Robert Foss Feb. 22, 2021, 10:51 a.m. UTC | #3
On Fri, 19 Feb 2021 at 22:05, Nicolas Dufresne <nicolas@ndufresne.ca> wrote:
>

> Hi Robert,

>

> not really a review, but I noticed ....

>

> Le mercredi 17 février 2021 à 12:21 +0100, Robert Foss a écrit :

> > Function name is comment is wrong, and was changed to be

>

>                 in


Thanks bud!

>

> > the same as the actual function name.

> >

> > The comment was changed to kerneldoc format.

> >

> > Signed-off-by: Robert Foss <robert.foss@linaro.org>

> > ---

> >

> > Changes since v1

> >  - Bjorn: Fix function doc name & use kerneldoc format

> >

> >

> >  drivers/media/platform/qcom/camss/camss-vfe.c | 4 ++--

> >  1 file changed, 2 insertions(+), 2 deletions(-)

> >

> > diff --git a/drivers/media/platform/qcom/camss/camss-vfe.c

> > b/drivers/media/platform/qcom/camss/camss-vfe.c

> > index fae2b513b2f9..94c9ca7d5cbb 100644

> > --- a/drivers/media/platform/qcom/camss/camss-vfe.c

> > +++ b/drivers/media/platform/qcom/camss/camss-vfe.c

> > @@ -1076,8 +1076,8 @@ static void vfe_isr_wm_done(struct vfe_device *vfe, u8

> > wm)

> >         spin_unlock_irqrestore(&vfe->output_lock, flags);

> >  }

> >

> > -/*

> > - * vfe_isr_wm_done - Process composite image done interrupt

> > +/**

> > + * vfe_isr_comp_done() - Process composite image done interrupt

> >   * @vfe: VFE Device

> >   * @comp: Composite image id

> >   */

>

>
diff mbox series

Patch

diff --git a/drivers/media/platform/qcom/camss/camss-vfe.c b/drivers/media/platform/qcom/camss/camss-vfe.c
index fae2b513b2f9..94c9ca7d5cbb 100644
--- a/drivers/media/platform/qcom/camss/camss-vfe.c
+++ b/drivers/media/platform/qcom/camss/camss-vfe.c
@@ -1076,8 +1076,8 @@  static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm)
 	spin_unlock_irqrestore(&vfe->output_lock, flags);
 }
 
-/*
- * vfe_isr_wm_done - Process composite image done interrupt
+/**
+ * vfe_isr_comp_done() - Process composite image done interrupt
  * @vfe: VFE Device
  * @comp: Composite image id
  */