Commit d8bdc3e4 authored by Robert Foss's avatar Robert Foss Committed by Mauro Carvalho Chehab

media: camss: Fix vfe_isr_comp_done() documentation

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: default avatarRobert Foss <robert.foss@linaro.org>
Reviewed-by: default avatarAndrey Konovalov <andrey.konovalov@linaro.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 30bcc510
...@@ -1076,8 +1076,8 @@ static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) ...@@ -1076,8 +1076,8 @@ static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm)
spin_unlock_irqrestore(&vfe->output_lock, flags); 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 * @vfe: VFE Device
* @comp: Composite image id * @comp: Composite image id
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment