Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd98f7a1 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: soc_camera: fix a kernel-doc markup



Remove this warning:
	drivers/media/platform/soc_camera/soc_scale_crop.c:309: warning: Cannot understand  * @icd		- soc-camera device
	 on line 309 - I thought it was a doc line

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
parent 69a52ad3
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -306,16 +306,17 @@ static int client_set_fmt(struct soc_camera_device *icd,
}

/**
 * @icd		- soc-camera device
 * @rect	- camera cropping window
 * @subrect	- part of rect, sent to the user
 * @mf		- in- / output camera output window
 * @width	- on input: max host input width
 * soc_camera_client_scale
 * @icd:		soc-camera device
 * @rect:		camera cropping window
 * @subrect:		part of rect, sent to the user
 * @mf:			in- / output camera output window
 * @width:		on input: max host input width;
 *			on output: user width, mapped back to input
 * @height	- on input: max host input height
 * @height:		on input: max host input height;
 *			on output: user height, mapped back to input
 * @host_can_scale - host can scale this pixel format
 * @shift	- shift, used for scaling
 * @host_can_scale:	host can scale this pixel format
 * @shift:		shift, used for scaling
 */
int soc_camera_client_scale(struct soc_camera_device *icd,
			struct v4l2_rect *rect, struct v4l2_rect *subrect,