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.

iio: frequency: ad9523: correct kernel-doc bad line warning

Insert a "*" in the kernel-doc line to resolve a warning:

Warning: include/linux/iio/frequency/ad9523.h:47 bad line:
LSB = 1/2 of a period of the divider input clock.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Randy Dunlap and committed by
Jonathan Cameron
2693ca2e bf870c97

+1 -1
+1 -1
include/linux/iio/frequency/ad9523.h
··· 45 45 * @output_dis: Disables, powers down the entire channel. 46 46 * @driver_mode: Output driver mode (logic level family). 47 47 * @divider_phase: Divider initial phase after a SYNC. Range 0..63 48 - LSB = 1/2 of a period of the divider input clock. 48 + * LSB = 1/2 of a period of the divider input clock. 49 49 * @channel_divider: 10-bit channel divider. 50 50 * @extended_name: Optional descriptive channel name. 51 51 */