]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gpio: altera: Fixup block comment style
authorPhil Reid <preid@electromag.com.au>
Thu, 24 Jan 2019 09:24:53 +0000 (17:24 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 28 Jan 2019 13:59:58 +0000 (14:59 +0100)
Add missing '*' char to the start of the comment lines.

Signed-off-by: Phil Reid <preid@electromag.com.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-altera.c

index 8c3ff6e2366fe974e6aa6242964b583d59924282..748fdd4e9a5365245116778d54c74d8d6f8b8623 100644 (file)
@@ -32,9 +32,9 @@
 * struct altera_gpio_chip
 * @mmchip              : memory mapped chip structure.
 * @gpio_lock           : synchronization lock so that new irq/set/get requests
-                         will be blocked until the current one completes.
+*                        will be blocked until the current one completes.
 * @interrupt_trigger   : specifies the hardware configured IRQ trigger type
-                         (rising, falling, both, high)
+*                        (rising, falling, both, high)
 * @mapped_irq          : kernel mapped irq number.
 */
 struct altera_gpio_chip {