treewide: use plural 'events' in read_edge_event() functions
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 30 Nov 2022 12:42:23 +0000 (13:42 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 7 Dec 2022 08:51:57 +0000 (09:51 +0100)
commit77a6347d55782355f27417d117862db8d9f49782
treec5a628f620c583a51679eaf38724475a274ca019
parent3fe7de7a65cea6808fad718b601a7e92f39b954e
treewide: use plural 'events' in read_edge_event() functions

The read_edge_event() family of functions should actually be called
read_edge_events() as they universally allow to read more than one
event. We're converting wait_edge_event() too for consistency.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
19 files changed:
bindings/cxx/edge-event-buffer.cpp
bindings/cxx/examples/gpiomoncxx.cpp
bindings/cxx/gpiodcxx/line-request.hpp
bindings/cxx/line-request.cpp
bindings/cxx/tests/tests-edge-event.cpp
bindings/python/examples/gpiomon.py
bindings/python/gpiod/ext/request.c
bindings/python/gpiod/line_request.py
bindings/python/tests/tests_edge_event.py
bindings/rust/libgpiod/examples/gpio_events.rs
bindings/rust/libgpiod/examples/gpiomon.rs
bindings/rust/libgpiod/src/event_buffer.rs
bindings/rust/libgpiod/src/line_request.rs
bindings/rust/libgpiod/tests/edge_event.rs
bindings/rust/libgpiod/tests/line_request.rs
include/gpiod.h
lib/line-request.c
tests/tests-edge-event.c
tools/gpiomon.c