commit | 7279f93db0dfc52802e56a1bcaee052f833514b3 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue May 25 13:35:27 2021 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Jun 03 10:48:27 2021 +0930 |
tree | a58925088d9b5fcacdcae5db8655cbf7775a706d | |
parent | c12ceac2a0c754f29d0558c3fed0a64b8c74f6bf [diff] |
NVMeSensorMain: Fix clang-tidy readability-else-after-return issue clang-tidy-11 -p=build-clang src/NVMeSensorMain.cpp ../src/NVMeSensorMain.cpp:178:17: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors] else if (ec) ^~~~~~~~~~~~ Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Iefcae04c641d350918e80d50f5addeb3160fa50f
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access