mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
staging: media: ipu3: Remove some excess struct member documentation
Remove kerneldoc entries for struct members that do not exist, fixing these warnings: ./drivers/staging/media/ipu3/include/uapi/intel-ipu3.h:2522: warning: Excess struct member 'reserved1' description in 'ipu3_uapi_acc_param' ./drivers/staging/media/ipu3/include/uapi/intel-ipu3.h:2522: warning: Excess struct member 'reserved2' description in 'ipu3_uapi_acc_param' ./drivers/staging/media/ipu3/include/uapi/intel-ipu3.h:2778: warning: Excess struct member '__acc_osys' description in 'ipu3_uapi_flags' Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
c007ae835d
commit
dcef3ed5b0
|
|
@ -2485,11 +2485,9 @@ struct ipu3_uapi_anr_config {
|
|||
* &ipu3_uapi_yuvp1_y_ee_nr_config
|
||||
* @yds: y down scaler config. See &ipu3_uapi_yuvp1_yds_config
|
||||
* @chnr: chroma noise reduction config. See &ipu3_uapi_yuvp1_chnr_config
|
||||
* @reserved1: reserved
|
||||
* @yds2: y channel down scaler config. See &ipu3_uapi_yuvp1_yds_config
|
||||
* @tcc: total color correction config as defined in struct
|
||||
* &ipu3_uapi_yuvp2_tcc_static_config
|
||||
* @reserved2: reserved
|
||||
* @anr: advanced noise reduction config.See &ipu3_uapi_anr_config
|
||||
* @awb_fr: AWB filter response config. See ipu3_uapi_awb_fr_config
|
||||
* @ae: auto exposure config As specified by &ipu3_uapi_ae_config
|
||||
|
|
@ -2724,7 +2722,6 @@ struct ipu3_uapi_obgrid_param {
|
|||
* @acc_ae: 0 = no update, 1 = update.
|
||||
* @acc_af: 0 = no update, 1 = update.
|
||||
* @acc_awb: 0 = no update, 1 = update.
|
||||
* @__acc_osys: 0 = no update, 1 = update.
|
||||
* @reserved3: Not used.
|
||||
* @lin_vmem_params: 0 = no update, 1 = update.
|
||||
* @tnr3_vmem_params: 0 = no update, 1 = update.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user