Commit 44f14695 authored by Jonathan Cameron's avatar Jonathan Cameron

iio: pressure: zpa2326: kernel-doc fixes

Two comment blocks had wrong naming for function/structures that they
referred to.  Results in warnings when doing a W=1 build.
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
Reviewed-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Link: https://lore.kernel.org/r/20210314164655.408461-2-jic23@kernel.org
parent a55ebd47
...@@ -103,7 +103,7 @@ static const struct zpa2326_frequency *zpa2326_highest_frequency(void) ...@@ -103,7 +103,7 @@ static const struct zpa2326_frequency *zpa2326_highest_frequency(void)
} }
/** /**
* struct zpa_private - Per-device internal private state * struct zpa2326_private - Per-device internal private state
* @timestamp: Buffered samples ready datum. * @timestamp: Buffered samples ready datum.
* @regmap: Underlying I2C / SPI bus adapter used to abstract slave register * @regmap: Underlying I2C / SPI bus adapter used to abstract slave register
* accesses. * accesses.
...@@ -1382,7 +1382,7 @@ static const struct iio_trigger_ops zpa2326_trigger_ops = { ...@@ -1382,7 +1382,7 @@ static const struct iio_trigger_ops zpa2326_trigger_ops = {
}; };
/** /**
* zpa2326_init_trigger() - Create an interrupt driven / hardware trigger * zpa2326_init_managed_trigger() - Create interrupt driven / hardware trigger
* allowing to notify external devices a new sample is * allowing to notify external devices a new sample is
* ready. * ready.
* @parent: Hardware sampling device @indio_dev is a child of. * @parent: Hardware sampling device @indio_dev is a child of.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment