mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
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:
parent
4136e455f6
commit
9ce01efe5b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user