treewide: rename BIAS_DISABLE to BIAS_DISABLED
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 14 Jan 2021 13:32:51 +0000 (14:32 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 19 Jan 2021 09:49:36 +0000 (10:49 +0100)
commitb929f278cfb181a28e1efd7ec5196485c3d5ce20
treeac299e8224933baf46a4752c94288b808924cdb4
parentaee8a15625089d185fcff8fa15a97291aa72dad3
treewide: rename BIAS_DISABLE to BIAS_DISABLED

When we're reading the current bias setting of a line, it is already
disabled so the flag should be named as such. While BIAS_DISABLE would
technically be fine when modifying the setting, let's rename it to
BIAS_DISABLED too for consistency.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
12 files changed:
bindings/cxx/gpiod.hpp
bindings/cxx/line.cpp
bindings/cxx/line_bulk.cpp
bindings/cxx/tests/tests-line.cpp
bindings/python/gpiodmodule.c
bindings/python/tests/gpiod_py_test.py
include/gpiod.h
lib/core.c
tests/tests-event.c
tests/tests-line.c
tools/gpioinfo.c
tools/tools-common.c