]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: pressure: bmp280: Add more intuitive name for bmp180_measure()
authorVasileios Amoiridis <vassilisamir@gmail.com>
Mon, 29 Apr 2024 19:00:40 +0000 (21:00 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 27 May 2024 08:48:57 +0000 (09:48 +0100)
commit1b5a2466b72e1afe550c8568e072f6b2af1698d5
treeddebd2f200af1fcf1726f2b05126f1892b08b864
parent990570dab056e9467fa73d41dd75ddb3150eb636
iio: pressure: bmp280: Add more intuitive name for bmp180_measure()

The bmp180_measure() function essentially waits for the end of the
current conversion in order to read the values from the sensors. The
name bmp180_measure() could be misinterpreted because it could be
translated as "measure sensor values" even though it was probably
trying to say "measure time for eoc". Give a more intuitive name
to this function to be less confusing.

Signed-off-by: Vasileios Amoiridis <vassilisamir@gmail.com>
Link: https://lore.kernel.org/r/20240429190046.24252-5-vassilisamir@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/pressure/bmp280-core.c