Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>

+11 -10
+11 -10
drivers/media/platform/soc_camera/soc_scale_crop.c
··· 306 306 } 307 307 308 308 /** 309 - * @icd - soc-camera device 310 - * @rect - camera cropping window 311 - * @subrect - part of rect, sent to the user 312 - * @mf - in- / output camera output window 313 - * @width - on input: max host input width 314 - * on output: user width, mapped back to input 315 - * @height - on input: max host input height 316 - * on output: user height, mapped back to input 317 - * @host_can_scale - host can scale this pixel format 318 - * @shift - shift, used for scaling 309 + * soc_camera_client_scale 310 + * @icd: soc-camera device 311 + * @rect: camera cropping window 312 + * @subrect: part of rect, sent to the user 313 + * @mf: in- / output camera output window 314 + * @width: on input: max host input width; 315 + * on output: user width, mapped back to input 316 + * @height: on input: max host input height; 317 + * on output: user height, mapped back to input 318 + * @host_can_scale: host can scale this pixel format 319 + * @shift: shift, used for scaling 319 320 */ 320 321 int soc_camera_client_scale(struct soc_camera_device *icd, 321 322 struct v4l2_rect *rect, struct v4l2_rect *subrect,