From: Kurt Borja Date: Tue, 6 Jan 2026 08:17:32 +0000 (-0500) Subject: iio: adc: ti-ads1018: Drop stale kernel-doc function context X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96261d7be11f5a92998f5a5952d625d9f3ca6d6;p=thirdparty%2Fkernel%2Flinux.git iio: adc: ti-ads1018: Drop stale kernel-doc function context The driver no longer uses iio_device_claim_buffer_mode(). Drop it from ads1018_spi_read_exclusive() context remark. Signed-off-by: Kurt Borja Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/ti-ads1018.c b/drivers/iio/adc/ti-ads1018.c index 286e06dc70b8..6246b3cab71f 100644 --- a/drivers/iio/adc/ti-ads1018.c +++ b/drivers/iio/adc/ti-ads1018.c @@ -211,8 +211,7 @@ static u32 ads1018_calc_delay(unsigned int hz) * Reads the most recent ADC conversion value, without updating the * device's configuration. * - * Context: Expects iio_device_claim_buffer_mode() is held and SPI bus - * *exclusive* use. + * Context: Expects SPI bus *exclusive* use. * * Return: 0 on success, negative errno on error. */