Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp471750pxb; Wed, 15 Sep 2021 06:21:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwN4Mz/fj3SucalzQivEA1vhZ8vQ7jSQAov0Qhq4hebyna1B3xUCHYmna/VcFXOL7wUvgq/ X-Received: by 2002:a92:2c0d:: with SMTP id t13mr15827340ile.99.1631712097405; Wed, 15 Sep 2021 06:21:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631712097; cv=none; d=google.com; s=arc-20160816; b=Nvkc5/bPVEEgj7zMnlHmsFUpJvKBr6Asjo6IY7ywWfCFo9symhyfSumJRnEprIkL7x rIIA60eLZWvtfzKQJKVUJcCIV0wtai9URLrlaPKx8liL7OvOXacj5phtGpqz8WVknpi1 RJTqKzr0ElUJQzvJTc/s9po8HG4Fzza+R+zLe257IcWDL2id2vGv2aWWK9KTBrGAcHKi V2Miig2OW7VM5LmyNV+LowTEMJc6Z14oGINeBK4fSoQy/7wIwHP3mS1iMwbuHmGA6COK M8QBMIe4B7PKZABG4bsiqP5uL7zIM3Y4pyRGxtDEhVidFVCrFUs7vwxYbyk+vY2ePJAa Wj5A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=4MEvybRh1XbSCdMbtevHHSKKuJhl3UuUGqTFKmxUsyI=; b=TS52FL9jSc4hjLWr0XM/Tar6ERLmwEKWrGpir1faoOVNy8LkfYEdMxCTJkpbJ71QHM fJ4ISGokNyaDLoIkFh8C/yciDRs2nxdFpX9eLzaVwzg/e17AhdRNM/4GQ9XVYUpaz5ch lqap0fu2GXA0zTEFBGQfQRHw2xZAspPFqAIekxTydas1H8oNVvPqPrBY5KKpCI1yoZQ2 YeH+eI3V+F1hMCPRSD6TikmMdwzT0wymTZVZuFKkSgyJQ4RhAf5IBP1ADdVi7P3R92+Y zfpPceaW7wpI7jHVq/GatnTHyUx5k7uAfvxwY/DoHWxZH53YfHitlOEUQCWpRWTuPIal lASA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h5si13072535jaa.119.2021.09.15.06.21.24; Wed, 15 Sep 2021 06:21:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234478AbhIONVm (ORCPT + 99 others); Wed, 15 Sep 2021 09:21:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234504AbhIONVl (ORCPT ); Wed, 15 Sep 2021 09:21:41 -0400 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B6BEC061768 for ; Wed, 15 Sep 2021 06:20:20 -0700 (PDT) Received: from ramsan.of.borg ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id uDLH2500p4C55Sk06DLHoT; Wed, 15 Sep 2021 15:20:18 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mQUng-004eT9-2x; Wed, 15 Sep 2021 15:18:08 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1mQRVr-002T07-RM; Wed, 15 Sep 2021 11:47:31 +0200 From: Geert Uytterhoeven To: Thomas Gleixner , Marc Zyngier Cc: Julia Lawall , linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] irqchip/renesas-rza1: Use semicolons instead of commas Date: Wed, 15 Sep 2021 11:47:30 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This code works, but it is cleaner to use semicolons at the end of statements instead of commas. Extracted from a big anonymous patch by Julia Lawall . Signed-off-by: Geert Uytterhoeven --- drivers/irqchip/irq-renesas-rza1.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/irqchip/irq-renesas-rza1.c b/drivers/irqchip/irq-renesas-rza1.c index b0d46ac42b892340..72c06e883d1c5fd5 100644 --- a/drivers/irqchip/irq-renesas-rza1.c +++ b/drivers/irqchip/irq-renesas-rza1.c @@ -223,12 +223,12 @@ static int rza1_irqc_probe(struct platform_device *pdev) goto out_put_node; } - priv->chip.name = "rza1-irqc", - priv->chip.irq_mask = irq_chip_mask_parent, - priv->chip.irq_unmask = irq_chip_unmask_parent, - priv->chip.irq_eoi = rza1_irqc_eoi, - priv->chip.irq_retrigger = irq_chip_retrigger_hierarchy, - priv->chip.irq_set_type = rza1_irqc_set_type, + priv->chip.name = "rza1-irqc"; + priv->chip.irq_mask = irq_chip_mask_parent; + priv->chip.irq_unmask = irq_chip_unmask_parent; + priv->chip.irq_eoi = rza1_irqc_eoi; + priv->chip.irq_retrigger = irq_chip_retrigger_hierarchy; + priv->chip.irq_set_type = rza1_irqc_set_type; priv->chip.flags = IRQCHIP_MASK_ON_SUSPEND | IRQCHIP_SKIP_SET_WAKE; priv->irq_domain = irq_domain_add_hierarchy(parent, 0, IRQC_NUM_IRQ, -- 2.25.1