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

media: fix kernel-doc markups

Some identifiers have different names between their prototypes
and the kernel-doc markup. Seome seems to be due to cut-and-paste
related issues.

Others need to be fixed, as kernel-doc markups should use this format:
identifier - description

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> # IPU3 and V4L2
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

+31 -31
+1 -1
drivers/media/dvb-frontends/ascot2e.h
··· 33 33 34 34 #if IS_REACHABLE(CONFIG_DVB_ASCOT2E) 35 35 /** 36 - * Attach an ascot2e tuner 36 + * ascot2e_attach - Attach an ascot2e tuner 37 37 * 38 38 * @fe: frontend to be attached 39 39 * @config: pointer to &struct ascot2e_config with tuner configuration.
+1 -1
drivers/media/dvb-frontends/cxd2820r.h
··· 96 96 97 97 #if IS_REACHABLE(CONFIG_DVB_CXD2820R) 98 98 /** 99 - * Attach a cxd2820r demod 99 + * cxd2820r_attach - Attach a cxd2820r demod 100 100 * 101 101 * @config: pointer to &struct cxd2820r_config with demod configuration. 102 102 * @i2c: i2c adapter to use.
+1 -1
drivers/media/dvb-frontends/drxk.h
··· 54 54 55 55 #if IS_REACHABLE(CONFIG_DVB_DRXK) 56 56 /** 57 - * Attach a drxk demod 57 + * drxk_attach - Attach a drxk demod 58 58 * 59 59 * @config: pointer to &struct drxk_config with demod configuration. 60 60 * @i2c: i2c adapter to use.
+1 -1
drivers/media/dvb-frontends/dvb-pll.h
··· 38 38 39 39 #if IS_REACHABLE(CONFIG_DVB_PLL) 40 40 /** 41 - * Attach a dvb-pll to the supplied frontend structure. 41 + * dvb_pll_attach - Attach a dvb-pll to the supplied frontend structure. 42 42 * 43 43 * @fe: Frontend to attach to. 44 44 * @pll_addr: i2c address of the PLL (if used).
+2 -2
drivers/media/dvb-frontends/helene.h
··· 44 44 45 45 #if IS_REACHABLE(CONFIG_DVB_HELENE) 46 46 /** 47 - * Attach a helene tuner (terrestrial and cable standards) 47 + * helene_attach - Attach a helene tuner (terrestrial and cable standards) 48 48 * 49 49 * @fe: frontend to be attached 50 50 * @config: pointer to &struct helene_config with tuner configuration. ··· 57 57 struct i2c_adapter *i2c); 58 58 59 59 /** 60 - * Attach a helene tuner (satellite standards) 60 + * helene_attach_s - Attach a helene tuner (satellite standards) 61 61 * 62 62 * @fe: frontend to be attached 63 63 * @config: pointer to &struct helene_config with tuner configuration.
+1 -1
drivers/media/dvb-frontends/horus3a.h
··· 33 33 34 34 #if IS_REACHABLE(CONFIG_DVB_HORUS3A) 35 35 /** 36 - * Attach a horus3a tuner 36 + * horus3a_attach - Attach a horus3a tuner 37 37 * 38 38 * @fe: frontend to be attached 39 39 * @config: pointer to &struct helene_config with tuner configuration.
+2 -2
drivers/media/dvb-frontends/ix2505v.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /** 2 + /* 3 3 * Driver for Sharp IX2505V (marked B0017) DVB-S silicon tuner 4 4 * 5 5 * Copyright (C) 2010 Malcolm Priestley ··· 31 31 32 32 #if IS_REACHABLE(CONFIG_DVB_IX2505V) 33 33 /** 34 - * Attach a ix2505v tuner to the supplied frontend structure. 34 + * ix2505v_attach - Attach a ix2505v tuner to the supplied frontend structure. 35 35 * 36 36 * @fe: Frontend to attach to. 37 37 * @config: pointer to &struct ix2505v_config
+1 -1
drivers/media/dvb-frontends/m88ds3103.h
··· 128 128 #if defined(CONFIG_DVB_M88DS3103) || \ 129 129 (defined(CONFIG_DVB_M88DS3103_MODULE) && defined(MODULE)) 130 130 /** 131 - * Attach a m88ds3103 demod 131 + * m88ds3103_attach - Attach a m88ds3103 demod 132 132 * 133 133 * @config: pointer to &struct m88ds3103_config with demod configuration. 134 134 * @i2c: i2c adapter to use.
+1 -1
drivers/media/dvb-frontends/mb86a20s.h
··· 26 26 27 27 #if IS_REACHABLE(CONFIG_DVB_MB86A20S) 28 28 /** 29 - * Attach a mb86a20s demod 29 + * mb86a20s_attach - Attach a mb86a20s demod 30 30 * 31 31 * @config: pointer to &struct mb86a20s_config with demod configuration. 32 32 * @i2c: i2c adapter to use.
+1 -1
drivers/media/dvb-frontends/stb6000.h
··· 15 15 16 16 #if IS_REACHABLE(CONFIG_DVB_STB6000) 17 17 /** 18 - * Attach a stb6000 tuner to the supplied frontend structure. 18 + * stb6000_attach - Attach a stb6000 tuner to the supplied frontend structure. 19 19 * 20 20 * @fe: Frontend to attach to. 21 21 * @addr: i2c address of the tuner.
+1 -1
drivers/media/dvb-frontends/tda826x.h
··· 14 14 #include <media/dvb_frontend.h> 15 15 16 16 /** 17 - * Attach a tda826x tuner to the supplied frontend structure. 17 + * tda826x_attach - Attach a tda826x tuner to the supplied frontend structure. 18 18 * 19 19 * @fe: Frontend to attach to. 20 20 * @addr: i2c address of the tuner.
+2 -2
drivers/media/dvb-frontends/zl10036.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /** 2 + /* 3 3 * Driver for Zarlink ZL10036 DVB-S silicon tuner 4 4 * 5 5 * Copyright (C) 2006 Tino Reichardt ··· 19 19 20 20 #if IS_REACHABLE(CONFIG_DVB_ZL10036) 21 21 /** 22 - * Attach a zl10036 tuner to the supplied frontend structure. 22 + * zl10036_attach - Attach a zl10036 tuner to the supplied frontend structure. 23 23 * 24 24 * @fe: Frontend to attach to. 25 25 * @config: zl10036_config structure.
+4 -4
drivers/staging/media/ipu3/include/intel-ipu3.h
··· 418 418 IPU3_UAPI_AWB_FR_SPARE_FOR_BUBBLES) * IPU3_UAPI_MAX_STRIPES) 419 419 420 420 /** 421 - * struct ipu3_uapi_awb_fr_meta_data - AWB filter response meta data 421 + * struct ipu3_uapi_awb_fr_raw_buffer - AWB filter response meta data 422 422 * 423 423 * @meta_data: Statistics output on the grid after convolving with 1D filter. 424 424 */ ··· 1506 1506 } __packed; 1507 1507 1508 1508 /** 1509 - * struct struct ipu3_uapi_far_w - Sharpening config for far sub-group 1509 + * struct ipu3_uapi_far_w - Sharpening config for far sub-group 1510 1510 * 1511 1511 * @dir_shrp: Weight of wide direct sharpening, u1.6, range [0, 64], default 64. 1512 1512 * @reserved0: reserved ··· 1526 1526 } __packed; 1527 1527 1528 1528 /** 1529 - * struct struct ipu3_uapi_unsharp_cfg - Unsharp config 1529 + * struct ipu3_uapi_unsharp_cfg - Unsharp config 1530 1530 * 1531 1531 * @unsharp_weight: Unsharp mask blending weight. 1532 1532 * u1.6, range [0, 64], default 16. ··· 1772 1772 } __packed; 1773 1773 1774 1774 /** 1775 - * struct ipu3_uapi_yuvp1_iefd_vssnlm_cf - IEFd Vssnlm Lookup table 1775 + * struct ipu3_uapi_yuvp1_iefd_vssnlm_cfg - IEFd Vssnlm Lookup table 1776 1776 * 1777 1777 * @vss_lut_x: vss lookup table. See &ipu3_uapi_vss_lut_x description 1778 1778 * @vss_lut_y: vss lookup table. See &ipu3_uapi_vss_lut_y description
+1 -1
include/media/dvbdev.h
··· 321 321 int dvb_generic_open(struct inode *inode, struct file *file); 322 322 323 323 /** 324 - * dvb_generic_close - Digital TV close function, used by DVB devices 324 + * dvb_generic_release - Digital TV close function, used by DVB devices 325 325 * 326 326 * @inode: pointer to &struct inode. 327 327 * @file: pointer to &struct file.
+1 -1
include/media/v4l2-ctrls.h
··· 1292 1292 } 1293 1293 1294 1294 /** 1295 - * v4l2_ctrl_request_ctrl_find() - Find a control with the given ID. 1295 + * v4l2_ctrl_request_hdl_ctrl_find() - Find a control with the given ID. 1296 1296 * 1297 1297 * @hdl: The control handler from the request. 1298 1298 * @id: The ID of the control to find.
+2 -2
include/media/v4l2-dev.h
··· 43 43 }; 44 44 45 45 /** 46 - * enum vfl_direction - Identifies if a &struct video_device corresponds 47 - * to a receiver, a transmitter or a mem-to-mem device. 46 + * enum vfl_devnode_direction - Identifies if a &struct video_device 47 + * corresponds to a receiver, a transmitter or a mem-to-mem device. 48 48 * 49 49 * @VFL_DIR_RX: device is a receiver. 50 50 * @VFL_DIR_TX: device is a transmitter.
+1 -1
include/media/v4l2-device.h
··· 174 174 void v4l2_device_unregister_subdev(struct v4l2_subdev *sd); 175 175 176 176 /** 177 - * __v4l2_device_register_ro_subdev_nodes - Registers device nodes for 177 + * __v4l2_device_register_subdev_nodes - Registers device nodes for 178 178 * all subdevs of the v4l2 device that are marked with the 179 179 * %V4L2_SUBDEV_FL_HAS_DEVNODE flag. 180 180 *
+1 -1
include/media/v4l2-dv-timings.h
··· 224 224 } 225 225 226 226 /** 227 - * struct v4l2_hdmi_rx_colorimetry - describes the HDMI colorimetry information 227 + * struct v4l2_hdmi_colorimetry - describes the HDMI colorimetry information 228 228 * @colorspace: enum v4l2_colorspace, the colorspace 229 229 * @ycbcr_enc: enum v4l2_ycbcr_encoding, Y'CbCr encoding 230 230 * @quantization: enum v4l2_quantization, colorspace quantization
+1 -1
include/media/v4l2-fwnode.h
··· 538 538 parse_endpoint_func parse_endpoint); 539 539 540 540 /** 541 - * v4l2_fwnode_reference_parse_sensor_common - parse common references on 541 + * v4l2_async_notifier_parse_fwnode_sensor_common - parse common references on 542 542 * sensors for async sub-devices 543 543 * @dev: the device node the properties of which are parsed for references 544 544 * @notifier: the async notifier where the async subdevs will be added
+3 -3
include/media/v4l2-mediabus.h
··· 147 147 } 148 148 149 149 /** 150 - * v4l2_fill_pix_format - Ancillary routine that fills a &struct 150 + * v4l2_fill_mbus_format - Ancillary routine that fills a &struct 151 151 * v4l2_mbus_framefmt from a &struct v4l2_pix_format and a 152 152 * data format code. 153 153 * ··· 170 170 } 171 171 172 172 /** 173 - * v4l2_fill_pix_format - Ancillary routine that fills a &struct 173 + * v4l2_fill_pix_format_mplane - Ancillary routine that fills a &struct 174 174 * v4l2_pix_format_mplane fields from a media bus structure. 175 175 * 176 176 * @pix_mp_fmt: pointer to &struct v4l2_pix_format_mplane to be filled ··· 190 190 } 191 191 192 192 /** 193 - * v4l2_fill_pix_format - Ancillary routine that fills a &struct 193 + * v4l2_fill_mbus_format_mplane - Ancillary routine that fills a &struct 194 194 * v4l2_mbus_framefmt from a &struct v4l2_pix_format_mplane. 195 195 * 196 196 * @mbus_fmt: pointer to &struct v4l2_mbus_framefmt to be filled
+1 -1
include/media/v4l2-subdev.h
··· 309 309 }; 310 310 311 311 /** 312 - * enum v4l2_mbus_frame_desc_entry - media bus frame description flags 312 + * enum v4l2_mbus_frame_desc_flags - media bus frame description flags 313 313 * 314 314 * @V4L2_MBUS_FRAME_DESC_FL_LEN_MAX: 315 315 * Indicates that &struct v4l2_mbus_frame_desc_entry->length field
+1 -1
include/media/videobuf2-core.h
··· 1043 1043 size_t vb2_read(struct vb2_queue *q, char __user *data, size_t count, 1044 1044 loff_t *ppos, int nonblock); 1045 1045 /** 1046 - * vb2_read() - implements write() syscall logic. 1046 + * vb2_write() - implements write() syscall logic. 1047 1047 * @q: pointer to &struct vb2_queue with videobuf2 queue. 1048 1048 * @data: pointed to target userspace buffer 1049 1049 * @count: number of bytes to write