]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: media: atomisp: improve kernel-doc for ia_css_aa_config
authorLiangCheng Wang <zaq14760@gmail.com>
Sat, 26 Jul 2025 07:53:11 +0000 (15:53 +0800)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 20 May 2026 10:21:41 +0000 (13:21 +0300)
Move kernel-doc comment for strength field in
ia_css_aa_config from inline to structure-level comment
for better readability and tooling compatibility.

Signed-off-by: LiangCheng Wang <zaq14760@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/staging/media/atomisp/pci/isp/kernels/aa/aa_2/ia_css_aa2_types.h

index 2f568a7062da726397f55b1e73dadd27fcd1f2f8..f825f537a5366f6b97170dd44827436fd800d105 100644 (file)
  *     ISP block: BAA2
  *     ISP1: BAA2 is used.
  *     ISP2: BAA2 is used.
+ *
+ * @strength: Strength of the filter, in u0.13 fixed-point format.
+ *            Valid range: [0, 8191]. A value of 0 means the filter is
+ *            ineffective (default).
  */
 struct ia_css_aa_config {
-       u16 strength;   /** Strength of the filter.
-                                       u0.13, [0,8191],
-                                       default/ineffective 0 */
+       u16 strength;
 };
 
 #endif /* __IA_CSS_AA2_TYPES_H */