]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: Get rid of _prefix and __prefixes
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Sep 2017 18:58:28 +0000 (20:58 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Oct 2017 06:37:47 +0000 (08:37 +0200)
commitfac9d8850a0c94c1d237fef2a3a238f7dbed39cf
tree8699548d07140238633a338ae0cea2c6a88056ca
parent206f82ccda1eb62b3d97b8a86a7c21b7843acebc
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: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c