mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Alexandru Ardelean <ardeleanalex@gmail.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Link: https://lore.kernel.org/r/20210314164655.408461-2-jic23@kernel.org
This commit is contained in:
parent
a55ebd47f2
commit
44f14695bd
@ -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.
|
||||
* @regmap: Underlying I2C / SPI bus adapter used to abstract slave register
|
||||
* accesses.
|
||||
@ -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
|
||||
* ready.
|
||||
* @parent: Hardware sampling device @indio_dev is a child of.
|
||||
|
Loading…
Reference in New Issue
Block a user