public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Removed reserved1/2 fields to prevent kernel-doc warnings
@ 2024-03-03 13:32 R SUNDAR
  2024-03-04  7:28 ` Sakari Ailus
  0 siblings, 1 reply; 2+ messages in thread
From: R SUNDAR @ 2024-03-03 13:32 UTC (permalink / raw)
  To: bingbu.cao, tian.shu.qiu, sakari.ailus, mchehab
  Cc: linux-media, linux-staging, linux-kernel, R SUNDAR

./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'

Signed-off-by: R SUNDAR <prosunofficial@gmail.com>
---
 drivers/staging/media/ipu3/include/uapi/intel-ipu3.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/media/ipu3/include/uapi/intel-ipu3.h b/drivers/staging/media/ipu3/include/uapi/intel-ipu3.h
index caa358e0bae4..926fcf84e33c 100644
--- a/drivers/staging/media/ipu3/include/uapi/intel-ipu3.h
+++ b/drivers/staging/media/ipu3/include/uapi/intel-ipu3.h
@@ -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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Removed reserved1/2 fields to prevent kernel-doc warnings
  2024-03-03 13:32 [PATCH] Removed reserved1/2 fields to prevent kernel-doc warnings R SUNDAR
@ 2024-03-04  7:28 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2024-03-04  7:28 UTC (permalink / raw)
  To: R SUNDAR
  Cc: bingbu.cao, tian.shu.qiu, mchehab, linux-media, linux-staging,
	linux-kernel

Hi,

On Sun, Mar 03, 2024 at 07:02:23PM +0530, R SUNDAR wrote:
> ./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'
> 
> Signed-off-by: R SUNDAR <prosunofficial@gmail.com>

Thanks for the patch.

These have been already addressed by commit
dcef3ed5b0d79f89018e31d55cf09f2c2f81392b, same for the other patch.

-- 
Kind regards,

Sakari Ailus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-04  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 13:32 [PATCH] Removed reserved1/2 fields to prevent kernel-doc warnings R SUNDAR
2024-03-04  7:28 ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox