Skip to content

Commit 9ce01ef

Browse files
reid-plinusw
authored andcommitted
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>
1 parent 4136e45 commit 9ce01ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpio/gpio-altera.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
* struct altera_gpio_chip
3333
* @mmchip : memory mapped chip structure.
3434
* @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.
3636
* @interrupt_trigger : specifies the hardware configured IRQ trigger type
37-
(rising, falling, both, high)
37+
* (rising, falling, both, high)
3838
* @mapped_irq : kernel mapped irq number.
3939
*/
4040
struct altera_gpio_chip {

0 commit comments

Comments
 (0)