aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/driver.h
diff options
context:
space:
mode:
authorAnthony Best <anthonybest@bestanthony.com>2016-10-04 16:15:42 -0400
committerLinus Walleij <linus.walleij@linaro.org>2016-10-24 10:33:11 -0400
commit08bcd3edec2559833aa0ed0213cc300fc9705dd6 (patch)
treea7c0eeafd9fcab4513ce175574bbe1398d1b8d6e /include/linux/gpio/driver.h
parent07d9a380680d1c0eb51ef87ff2eab5c994949e69 (diff)
gpio: fix struct gpio_chip comment
It should have been @reg_clr instead of @reg_clk Signed-off-by: Anthony Best <anthonybest@bestanthony.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/gpio/driver.h')
-rw-r--r--include/linux/gpio/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h
index 24e2cc56beb1..2dfcf25b1724 100644
--- a/include/linux/gpio/driver.h
+++ b/include/linux/gpio/driver.h
@@ -91,7 +91,7 @@ enum single_ended_mode {
91 * bit. This callback assigns the right bit mask. 91 * bit. This callback assigns the right bit mask.
92 * @reg_dat: data (in) register for generic GPIO 92 * @reg_dat: data (in) register for generic GPIO
93 * @reg_set: output set register (out=high) for generic GPIO 93 * @reg_set: output set register (out=high) for generic GPIO
94 * @reg_clk: output clear register (out=low) for generic GPIO 94 * @reg_clr: output clear register (out=low) for generic GPIO
95 * @reg_dir: direction setting register for generic GPIO 95 * @reg_dir: direction setting register for generic GPIO
96 * @bgpio_bits: number of register bits used for a generic GPIO i.e. 96 * @bgpio_bits: number of register bits used for a generic GPIO i.e.
97 * <register width> * 8 97 * <register width> * 8