From patchwork Fri Dec 27 05:05:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 22752 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-oa0-f72.google.com (mail-oa0-f72.google.com [209.85.219.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 3684320540 for ; Fri, 27 Dec 2013 05:08:46 +0000 (UTC) Received: by mail-oa0-f72.google.com with SMTP id o6sf41756696oag.7 for ; Thu, 26 Dec 2013 21:08:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=eK6zUSPBvb4I6qZbsWkVXwAhEJ76B8iNWL6LzAbCqKQ=; b=C433HcwrdPMHhFLsAyJDGAIi8cFb/r0ZlVJv/xQRiuiKEx/DyUoSl+lJ0fIHEHIwDU S6Ap9Y5kSZhQbETzWA97aNzOjIEKwRzB1HmMN2fDKOfWgosxSrDaUYk2yl05mMs34ykM aPEqx48d7t9Yly7zlt499GXZ3XCzkBg/7+GlLuLbmIkt28ngImMcARb6GzPu+ymAfAsI ZSet6x5HqgHw5RiU0SoH6CkGjQWLqlW/UU7QnH2xe6ufxqmInk4ZG7g5V0iVWyMjbxPZ bWBrOtOC9tfzI7Nmm8chJHRAqaQcVxbXbMaP2zuMjpSIFaLGhsiNzxlGtkIiurjW81HG zf8g== X-Gm-Message-State: ALoCoQmw0gpln9tMgr8FvsdFWSMZCLxSHlQ/5ScoZINLyyAeX+QWvGf/xT83m+Ge+pZKeSad/1Ge X-Received: by 10.43.112.138 with SMTP id es10mr2396454icc.33.1388120925969; Thu, 26 Dec 2013 21:08:45 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.104.76 with SMTP id gc12ls2660519qeb.44.gmail; Thu, 26 Dec 2013 21:08:45 -0800 (PST) X-Received: by 10.58.49.67 with SMTP id s3mr48403ven.75.1388120925814; Thu, 26 Dec 2013 21:08:45 -0800 (PST) Received: from mail-vb0-f52.google.com (mail-vb0-f52.google.com [209.85.212.52]) by mx.google.com with ESMTPS id tn5si6347418vdc.81.2013.12.26.21.08.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 21:08:45 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.52 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.52; Received: by mail-vb0-f52.google.com with SMTP id p5so4414937vbn.25 for ; Thu, 26 Dec 2013 21:08:45 -0800 (PST) X-Received: by 10.58.54.69 with SMTP id h5mr5697124vep.25.1388120925600; Thu, 26 Dec 2013 21:08:45 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.59.13.131 with SMTP id ey3csp435774ved; Thu, 26 Dec 2013 21:08:45 -0800 (PST) X-Received: by 10.66.121.234 with SMTP id ln10mr48182191pab.20.1388120924570; Thu, 26 Dec 2013 21:08:44 -0800 (PST) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by mx.google.com with ESMTPS id ez5si23050267pab.48.2013.12.26.21.08.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 21:08:44 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.50 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.220.50; Received: by mail-pa0-f50.google.com with SMTP id kp14so7068931pab.37 for ; Thu, 26 Dec 2013 21:08:43 -0800 (PST) X-Received: by 10.66.142.132 with SMTP id rw4mr49125473pab.6.1388120923872; Thu, 26 Dec 2013 21:08:43 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id fk4sm77255493pab.23.2013.12.26.21.08.41 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 21:08:43 -0800 (PST) From: Tushar Behera To: linux-kernel@vger.kernel.org Cc: tglx@linutronix.de, patches@linaro.org Subject: [PATCH] irqchip: s3c24xx: add missing comma for completeness Date: Fri, 27 Dec 2013 10:35:13 +0530 Message-Id: <1388120713-14113-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: tushar.behera@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.52 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , No functional change, adding for uniformity. Signed-off-by: Tushar Behera --- 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 = {