diff options
author | Simon Glass | 2017-05-18 20:09:19 -0600 |
---|---|---|
committer | Simon Glass | 2017-06-01 07:03:10 -0600 |
commit | 6f39b94a5d77344856d5dc4c3a724928c9c06e81 (patch) | |
tree | 0c2ba59c5bc86cc0e6daa8a3d9c99d40496037e1 /include | |
parent | 3a57123e598ea46fc88a8e29e6932eba02d4ac5f (diff) |
dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment
This is not needed. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-generic/gpio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index b073b391380..d78491dfc21 100644 --- a/include/asm-generic/gpio.h +++ b/include/asm-generic/gpio.h @@ -213,7 +213,6 @@ struct fdtdec_phandle_args; * * This routine sets the offset field to args[0] and the flags field to * GPIOD_ACTIVE_LOW if the GPIO_ACTIVE_LOW flag is present in args[1]. - * */ int gpio_xlate_offs_flags(struct udevice *dev, struct gpio_desc *desc, struct ofnode_phandle_args *args); |