]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: frequency: ad9523: correct kernel-doc bad line warning
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 28 Jan 2026 06:25:37 +0000 (22:25 -0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 29 Jan 2026 17:10:44 +0000 (17:10 +0000)
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>
include/linux/iio/frequency/ad9523.h

index ff22a0ac15f5f8f0e27bf166418623e45ff671b5..236437a226b2b2ac36d1cc4a16a07ceb6ed5b14c 100644 (file)
@@ -45,7 +45,7 @@ enum ref_sel_mode {
  * @output_dis: Disables, powers down the entire channel.
  * @driver_mode: Output driver mode (logic level family).
  * @divider_phase: Divider initial phase after a SYNC. Range 0..63
                 LSB = 1/2 of a period of the divider input clock.
*                LSB = 1/2 of a period of the divider input clock.
  * @channel_divider: 10-bit channel divider.
  * @extended_name: Optional descriptive channel name.
  */