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

Configure Feed

Select the types of activity you want to include in your feed.

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 <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/96cd1068aa8ec0a072528082670ccb8aa3704f70.1740387599.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
ffda7c21 086f4a12

+2 -1
+2 -1
drivers/staging/media/ipu3/include/uapi/intel-ipu3.h
··· 322 322 * 0: positive, 1: negative, default 0. 323 323 * @y_calc: Pre-processing that converts Bayer quad to RGB+Y values to be 324 324 * used for building histogram. Range [0, 32], default 8. 325 - * Rule: 325 + * 326 + * Rule: 326 327 * y_gen_rate_gr + y_gen_rate_r + y_gen_rate_b + y_gen_rate_gb = 32 327 328 * A single Y is calculated based on sum of Gr/R/B/Gb based on 328 329 * their contribution ratio.