diff mbox series

[1/1] gpio: altera: Fixup block comment style

Message ID 1548321893-74887-1-git-send-email-preid@electromag.com.au
State New
Headers show
Series [1/1] gpio: altera: Fixup block comment style | expand

Commit Message

Phil Reid Jan. 24, 2019, 9:24 a.m. UTC
Add missing '*' char to the start of the comment lines.

Signed-off-by: Phil Reid <preid@electromag.com.au>
---
 drivers/gpio/gpio-altera.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Linus Walleij Jan. 28, 2019, 2 p.m. UTC | #1
On Thu, Jan 24, 2019 at 10:25 AM Phil Reid <preid@electromag.com.au> wrote:

> Add missing '*' char to the start of the comment lines.
>
> Signed-off-by: Phil Reid <preid@electromag.com.au>

Patch applied.

Yours.
Linus Walleij
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-altera.c b/drivers/gpio/gpio-altera.c
index 8c3ff6e..748fdd4 100644
--- a/drivers/gpio/gpio-altera.c
+++ b/drivers/gpio/gpio-altera.c
@@ -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 {