Skip to content
Commit fac9d885 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: Get rid of _prefix and __prefixes



The arbitrarily marking of a function with _ or __ is taking to mean
"perform some inner core of the caller" or something like that. At other
times, this syntax has a totally different meaning.

I don't like this since it is unambious and unhelpful to people reading
the code, so replace it with _commit() suffixes.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 206f82cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment