]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:19 +0000 (20:09 -0600)
committerSimon 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

index b073b391380c3fc616577b978906fedc66886f94..d78491dfc21e5d6fefc8c897a4b4e2ace60c2a36 100644 (file)
@@ -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);