]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: adc: ti-ads1018: Drop stale kernel-doc function context
authorKurt Borja <kuurtb@gmail.com>
Tue, 6 Jan 2026 08:17:32 +0000 (03:17 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 11 Jan 2026 13:07:29 +0000 (13:07 +0000)
The driver no longer uses iio_device_claim_buffer_mode(). Drop it from
ads1018_spi_read_exclusive() context remark.

Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ti-ads1018.c

index 286e06dc70b8d232ca0a4e27bc3b6ecd392e8033..6246b3cab71fd9887ef0f47fe3de99111bf9db15 100644 (file)
@@ -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.
  */