From: Simon Glass Date: Fri, 19 May 2017 02:09:19 +0000 (-0600) Subject: dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=6f39b94a5d77344856d5dc4c3a724928c9c06e81 dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment This is not needed. Drop it. Signed-off-by: Simon Glass --- diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index b073b39138..d78491dfc2 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);