projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a57123
)
dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment
author
Simon Glass
<sjg@chromium.org>
Fri, 19 May 2017 02:09:19 +0000
(20:09 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 1 Jun 2017 13:03:10 +0000
(07:03 -0600)
This is not needed. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/asm-generic/gpio.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/gpio.h
b/include/asm-generic/gpio.h
index b073b391380c3fc616577b978906fedc66886f94..d78491dfc21e5d6fefc8c897a4b4e2ace60c2a36 100644
(file)
--- 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);