From patchwork Thu Apr 18 15:54:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 162505 Delivered-To: patch@linaro.org Received: by 2002:ac9:2a84:0:0:0:0:0 with SMTP id p4csp875296oca; Thu, 18 Apr 2019 08:54:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqxfDH8eSn9BmUx+xAZviD8GPUYggHh1IE+3S58uOn9UKfL02oCOJ/YhdFfDBaSW19cm/jsT X-Received: by 2002:a65:6392:: with SMTP id h18mr10282520pgv.273.1555602850560; Thu, 18 Apr 2019 08:54:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555602850; cv=none; d=google.com; s=arc-20160816; b=lXQMYwqZ57c7ECjWLILIl7uBavX+vnuMxLzqk8ht1Q/38syTbOTR47XykFUCT6O/Mc xfXsHrnKLPvdJ6dme4H+TaSHhNS/ite2gPjtLzohiJjnTuGhyhluExGfShYQ4n2RKhUD /CCYptgw3RJPwFitJijyaxjZyvQuT6FYOc5chEvAIgi2qd3VfX2fdAi68TbZJo6vcWNX IndRJW/gW6J/pFSxY+lJFwKPtJOhsPl7A+5XSf6L27kMabzc6JBTFiUv8lm5gGpF8Il8 xkFqeNGNDqVSkuUDsmrPTYBm7vcRBp0mNLvwOo1mM9D0osyWmyg4D/lh0tcM6QNTacUA ZPkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=FjLTk1FYksL1MGWUdIc5XOKNetXFmpbpV/p8pmGJF4Y=; b=Nj2LY/KQoWgz6Zz+aF0iNi5S+007q1htFL+jwxCqLXlHC+CdIanO4dpJjcjB67Z+do cMMCz/v6kfGt/E7pkgCSp9j5XTgX9QEUjodq0M4Ttc16CwhJK96pmNGpDijV1bQ1e2sg cRqn2s19WSRaLd6yNaE9y+m1qbKLB+ePVBgRmL2iMqBWX0NuG8lvurp7JzAR3gXpNcrR dP5ZonV+BidmpxZVdWTXgYg1ef5FStLfZz6Me37oUzgL5jjpO4ChCRjpDNM7qUxmihkw qcSr19kVVyd7fPrq6B0SQHG3eq3mIvZUR9qFj5a0uzijPsfxtyldZJ2k2/4Qse80m7kN Xw1g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y9si2242318pgh.55.2019.04.18.08.54.10; Thu, 18 Apr 2019 08:54:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389554AbfDRPyI (ORCPT + 30 others); Thu, 18 Apr 2019 11:54:08 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:36154 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388097AbfDRPyI (ORCPT ); Thu, 18 Apr 2019 11:54:08 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 16A3C15AB; Thu, 18 Apr 2019 08:54:08 -0700 (PDT) Received: from e108454-lin.cambridge.arm.com (e108454-lin.cambridge.arm.com [10.1.196.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2935F3F5AF; Thu, 18 Apr 2019 08:54:07 -0700 (PDT) From: Julien Grall To: linux-kernel@vger.kernel.org Cc: marc.zyngier@arm.com, tglx@linutronix.de, Julien Grall Subject: [PATCH] irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs() Date: Thu, 18 Apr 2019 16:54:01 +0100 Message-Id: <20190418155401.14185-1-julien.grall@arm.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The word 'number' has been misspelt in the comment on top of _irq_domain_alloc_irqs(). Signed-off-by: Julien Grall --- kernel/irq/irqdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0 diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index 9ed29e4a7dbf..a453e229f99c 100644 --- a/kernel/irq/irqdomain.c +++ b/kernel/irq/irqdomain.c @@ -1297,7 +1297,7 @@ int irq_domain_alloc_irqs_hierarchy(struct irq_domain *domain, /** * __irq_domain_alloc_irqs - Allocate IRQs from domain * @domain: domain to allocate from - * @irq_base: allocate specified IRQ nubmer if irq_base >= 0 + * @irq_base: allocate specified IRQ number if irq_base >= 0 * @nr_irqs: number of IRQs to allocate * @node: NUMA node id for memory allocation * @arg: domain specific argument