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

media: rcar_jpu: fix two kernel-doc markups

On kernel-doc, struct declarations should be declared as "struct foo".

Fix the following warnings:
drivers/media/platform/rcar_jpu.c:265: warning: cannot understand function prototype: 'struct jpu_q_data '
drivers/media/platform/rcar_jpu.c:281: warning: cannot understand function prototype: 'struct jpu_ctx '

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+2 -2
+2 -2
drivers/media/platform/rcar_jpu.c
··· 257 257 }; 258 258 259 259 /** 260 - * jpu_q_data - parameters of one queue 260 + * struct jpu_q_data - parameters of one queue 261 261 * @fmtinfo: driver-specific format of this queue 262 262 * @format: multiplanar format of this queue 263 263 * @sequence: sequence number ··· 269 269 }; 270 270 271 271 /** 272 - * jpu_ctx - the device context data 272 + * struct jpu_ctx - the device context data 273 273 * @jpu: JPEG IP device for this context 274 274 * @encoder: compression (encode) operation or decompression (decode) 275 275 * @compr_quality: destination image quality in compression (encode) mode