Skip to content

Commit 2693ca2

Browse files
rddunlapjic23
authored andcommitted
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>
1 parent bf870c9 commit 2693ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/iio/frequency/ad9523.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ enum ref_sel_mode {
4545
* @output_dis: Disables, powers down the entire channel.
4646
* @driver_mode: Output driver mode (logic level family).
4747
* @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.
4949
* @channel_divider: 10-bit channel divider.
5050
* @extended_name: Optional descriptive channel name.
5151
*/

0 commit comments

Comments
 (0)