提交 08bcd3ed 编写于 作者: A Anthony Best 提交者: Linus Walleij

gpio: fix struct gpio_chip comment

It should have been @reg_clr instead of @reg_clk
Signed-off-by: NAnthony Best <anthonybest@bestanthony.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 07d9a380
......@@ -91,7 +91,7 @@ enum single_ended_mode {
* bit. This callback assigns the right bit mask.
* @reg_dat: data (in) register for generic GPIO
* @reg_set: output set register (out=high) for generic GPIO
* @reg_clk: output clear register (out=low) for generic GPIO
* @reg_clr: output clear register (out=low) for generic GPIO
* @reg_dir: direction setting register for generic GPIO
* @bgpio_bits: number of register bits used for a generic GPIO i.e.
* <register width> * 8
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册