media: camss: Fix vfe_isr_comp_done() documentation
authorRobert Foss <robert.foss@linaro.org>
Tue, 16 Mar 2021 17:19:10 +0000 (18:19 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 11:14:27 +0000 (12:14 +0100)
Function name in 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>
Reviewed-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/camss/camss-vfe.c

index b2c95b46ce6614afe379ac93e9774e2280889217..f50e08c4fd1171237d2869aa1acfc7faabcab707 100644 (file)
@@ -1076,8 +1076,8 @@ out_unlock:
        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
  */