diff options
| author | Petre Rodan <petre.rodan@subdimension.ro> | 2025-10-05 16:12:10 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2025-10-19 11:59:18 +0100 |
| commit | 679bf18ec0497ed2a8acb9d6a7acf56a341f3f9f (patch) | |
| tree | cdeb0d712a734227bdf36a8943763d88e181e95d | |
| parent | 9cc2d6566f0bac8efd4e9f75a07c11c1a12b20ba (diff) | |
iio: accel: bma220: remove incorrect kernel-doc marking
Remove incorrect use of kernel-doc marking.
Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | drivers/iio/accel/bma220_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/accel/bma220_spi.c b/drivers/iio/accel/bma220_spi.c index 01592eebf05b..505ad7091257 100644 --- a/drivers/iio/accel/bma220_spi.c +++ b/drivers/iio/accel/bma220_spi.c @@ -223,7 +223,7 @@ static int bma220_power(struct spi_device *spi, bool up) { int i, ret; - /** + /* * The chip can be suspended/woken up by a simple register read. * So, we need up to 2 register reads of the suspend register * to make sure that the device is in the desired state. |
