Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Phil Reid and committed by
Linus Walleij
9ce01efe 4136e455

+2 -2
+2 -2
drivers/gpio/gpio-altera.c
··· 32 32 * struct altera_gpio_chip 33 33 * @mmchip : memory mapped chip structure. 34 34 * @gpio_lock : synchronization lock so that new irq/set/get requests 35 - will be blocked until the current one completes. 35 + * will be blocked until the current one completes. 36 36 * @interrupt_trigger : specifies the hardware configured IRQ trigger type 37 - (rising, falling, both, high) 37 + * (rising, falling, both, high) 38 38 * @mapped_irq : kernel mapped irq number. 39 39 */ 40 40 struct altera_gpio_chip {