lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 27 Dec 2013 10:35:13 +0530
From:	Tushar Behera <tushar.behera@...aro.org>
To:	linux-kernel@...r.kernel.org
Cc:	tglx@...utronix.de, patches@...aro.org
Subject: [PATCH] irqchip: s3c24xx: add missing comma for completeness

No functional change, adding for uniformity.

Signed-off-by: Tushar Behera <tushar.behera@...aro.org>
---
 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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists