[PATCH] irqchip: s3c24xx: add missing comma for completeness

From: Tushar Behera
Date: Fri Dec 27 2013 - 00:09:18 EST


No functional change, adding for uniformity.

Signed-off-by: Tushar Behera <tushar.behera@xxxxxxxxxx>
---
drivers/irqchip/irq-s3c24xx.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/irq-s3c24xx.c b/drivers/irqchip/irq-s3c24xx.c
index bbcc944..ee41ae2 100644
--- a/drivers/irqchip/irq-s3c24xx.c
+++ b/drivers/irqchip/irq-s3c24xx.c
@@ -270,7 +270,7 @@ static struct irq_chip s3c_irq_chip = {
.irq_mask = s3c_irq_mask,
.irq_unmask = s3c_irq_unmask,
.irq_set_type = s3c_irq_type,
- .irq_set_wake = s3c_irq_wake
+ .irq_set_wake = s3c_irq_wake,
};

static struct irq_chip s3c_irq_level_chip = {
@@ -287,7 +287,7 @@ static struct irq_chip s3c_irqext_chip = {
.irq_unmask = s3c_irq_unmask,
.irq_ack = s3c_irq_ack,
.irq_set_type = s3c_irqext_type,
- .irq_set_wake = s3c_irqext_wake
+ .irq_set_wake = s3c_irqext_wake,
};

static struct irq_chip s3c_irq_eint0t4 = {
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/