include/linux/iio/frequency/ad9523.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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>
---
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Michael Hennerich <Michael.Hennerich@analog.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: David Lechner <dlechner@baylibre.com>
Cc: Nuno Sá <nuno.sa@analog.com>
Cc: Andy Shevchenko <andy@kernel.org>
Cc: linux-iio@vger.kernel.org
include/linux/iio/frequency/ad9523.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20260126.orig/include/linux/iio/frequency/ad9523.h
+++ linux-next-20260126/include/linux/iio/frequency/ad9523.h
@@ -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.
*/
On Tue, Jan 27, 2026 at 10:25:37PM -0800, Randy Dunlap wrote: > 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. Reviewed-by: Andy Shevchenko <andy@kernel.org> -- With Best Regards, Andy Shevchenko
On Wed, 28 Jan 2026 11:42:59 +0200 Andy Shevchenko <andriy.shevchenko@intel.com> wrote: > On Tue, Jan 27, 2026 at 10:25:37PM -0800, Randy Dunlap wrote: > > 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. > > Reviewed-by: Andy Shevchenko <andy@kernel.org> > Applied Thanks, J
© 2016 - 2026 Red Hat, Inc.