gpio: altera: Fixup block comment style

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>
This commit is contained in:
Phil Reid 2019-01-24 17:24:53 +08:00 committed by Linus Walleij
parent 4136e455f6
commit 9ce01efe5b
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@
* struct altera_gpio_chip * struct altera_gpio_chip
* @mmchip : memory mapped chip structure. * @mmchip : memory mapped chip structure.
* @gpio_lock : synchronization lock so that new irq/set/get requests * @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 * @interrupt_trigger : specifies the hardware configured IRQ trigger type
(rising, falling, both, high) * (rising, falling, both, high)
* @mapped_irq : kernel mapped irq number. * @mapped_irq : kernel mapped irq number.
*/ */
struct altera_gpio_chip { struct altera_gpio_chip {