diff options
| author | Lothar Rubusch <l.rubusch@gmail.com> | 2024-12-05 20:13:34 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-12-11 22:20:48 +0300 |
| commit | 4df71ef089a4c27fc578ecb4d147e273f30303a5 (patch) | |
| tree | cab9b6c6aaca22fe04a594ec87edd4ab000d7545 | |
| parent | 6eaf3f60ab45a5740ed4e1a7d41c4f0c10f6ac3c (diff) | |
| download | linux-4df71ef089a4c27fc578ecb4d147e273f30303a5.tar.xz | |
iio: accel: adxl345: refrase comment on probe
Refrase comment on the probe function, avoid naming different hardware.
Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
Link: https://patch.msgid.link/20241205171343.308963-2-l.rubusch@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | drivers/iio/accel/adxl345_core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iio/accel/adxl345_core.c b/drivers/iio/accel/adxl345_core.c index b1efab0f6404..cf73d7052e93 100644 --- a/drivers/iio/accel/adxl345_core.c +++ b/drivers/iio/accel/adxl345_core.c @@ -169,8 +169,7 @@ static void adxl345_powerdown(void *regmap) } /** - * adxl345_core_probe() - probe and setup for the adxl345 accelerometer, - * also covers the adlx375 accelerometer + * adxl345_core_probe() - Probe and setup for the accelerometer. * @dev: Driver model representation of the device * @regmap: Regmap instance for the device * @setup: Setup routine to be executed right before the standard device |
