diff options
author | JuenKit Yip <JuenKit_Yip@hotmail.com> | 2023-06-16 18:00:14 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2023-06-17 17:54:34 +0200 |
commit | 7d6d53ba3bccc5497e5bda5da4868c410f3eaa02 (patch) | |
tree | 259ffa1a6a2c5d0a701bb4305d4950dadd75c9bf /Documentation/hwmon | |
parent | hwmon: (sht3x) remove blocking_io property (diff) | |
download | linux-7d6d53ba3bccc5497e5bda5da4868c410f3eaa02.tar.xz linux-7d6d53ba3bccc5497e5bda5da4868c410f3eaa02.zip |
hwmon: (sht3x)replace "high-precision" property to "repeatability"
Replace use of "precision" with "repeatability" to match
datasheet terminology.
No functional change.
Signed-off-by: JuenKit Yip <JuenKit_Yip@hotmail.com>
Link: https://lore.kernel.org/r/DB4PR10MB626113BFFA66DE32C3479D229258A@DB4PR10MB6261.EURPRD10.PROD.OUTLOOK.COM
[groeck: Added commit description]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/sht3x.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/sht3x.rst b/Documentation/hwmon/sht3x.rst index be70e2543f17..b4aa561f03ab 100644 --- a/Documentation/hwmon/sht3x.rst +++ b/Documentation/hwmon/sht3x.rst @@ -30,7 +30,7 @@ Documentation/i2c/instantiating-devices.rst for methods to instantiate the devic There is only one option configurable by means of sht3x_data: - high or low accuracy. High accuracy is used by default and using it is + repeatability: high repeatability is used by default and using it is strongly recommended. Even if sht3x sensor supports clock-strech(blocking mode) and non-strench |