Skip to content

Commit

Permalink
iio: adc: stm32-adc: Fix docs wrongly marked as kernel-doc
Browse files Browse the repository at this point in the history
W=1 highlights these two cases that are obviously not in kernel-doc
format.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
  • Loading branch information
Jonathan Cameron authored and Jonathan Cameron committed May 17, 2021
1 parent 7dfc4dc commit fb6da70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/iio/adc/stm32-adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static const struct stm32_adc_regspec stm32h7_adc_regspec = {
.smp_bits = stm32h7_smp_bits,
};

/**
/*
* STM32 ADC registers access routines
* @adc: stm32 adc instance
* @reg: reg offset in adc instance
Expand Down Expand Up @@ -851,7 +851,7 @@ static int stm32h7_adc_restore_selfcalib(struct iio_dev *indio_dev)
return 0;
}

/**
/*
* Fixed timeout value for ADC calibration.
* worst cases:
* - low clock frequency
Expand Down

0 comments on commit fb6da70

Please sign in to comment.