Skip to content

Commit ffda7c2

Browse files
mchehabJonathan Corbet
authored andcommitted
drivers: media: intel-ipu3.h: fix identation on a kernel-doc markup
The "Rule" description is part of y_calc parameter. Having a line starting at the beginning makes it part of the function description instead, which is not the original intent. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/96cd1068aa8ec0a072528082670ccb8aa3704f70.1740387599.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 086f4a1 commit ffda7c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/staging/media/ipu3/include/uapi/intel-ipu3.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ struct ipu3_uapi_ae_config {
322322
* 0: positive, 1: negative, default 0.
323323
* @y_calc: Pre-processing that converts Bayer quad to RGB+Y values to be
324324
* used for building histogram. Range [0, 32], default 8.
325-
* Rule:
325+
*
326+
* Rule:
326327
* y_gen_rate_gr + y_gen_rate_r + y_gen_rate_b + y_gen_rate_gb = 32
327328
* A single Y is calculated based on sum of Gr/R/B/Gb based on
328329
* their contribution ratio.

0 commit comments

Comments
 (0)