From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753340AbbJAPap (ORCPT ); Thu, 1 Oct 2015 11:30:45 -0400 Received: from terminus.zytor.com ([198.137.202.10]:55279 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750923AbbJAPao (ORCPT ); Thu, 1 Oct 2015 11:30:44 -0400 Date: Thu, 1 Oct 2015 08:30:31 -0700 From: tip-bot for Mika Westerberg Message-ID: Cc: mingo@kernel.org, jiang.liu@linux.intel.com, tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, mika.westerberg@linux.intel.com Reply-To: mingo@kernel.org, tglx@linutronix.de, jiang.liu@linux.intel.com, mika.westerberg@linux.intel.com, hpa@zytor.com, linux-kernel@vger.kernel.org In-Reply-To: <1443704093-36837-1-git-send-email-mika.westerberg@linux.intel.com> References: <1443704093-36837-1-git-send-email-mika.westerberg@linux.intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] genirq: Fix typo in documentation of enumeration field name Git-Commit-ID: 92068d17c20b218bf1e24505a3e08495476b0ebf X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 92068d17c20b218bf1e24505a3e08495476b0ebf Gitweb: http://git.kernel.org/tip/92068d17c20b218bf1e24505a3e08495476b0ebf Author: Mika Westerberg AuthorDate: Thu, 1 Oct 2015 15:54:52 +0300 Committer: Thomas Gleixner CommitDate: Thu, 1 Oct 2015 17:28:28 +0200 genirq: Fix typo in documentation of enumeration field name It should say IRQ_NESTED_THREAD instead of IRQ_NESTED_TRHEAD. Signed-off-by: Mika Westerberg Cc: Jiang Liu Link: http://lkml.kernel.org/r/1443704093-36837-1-git-send-email-mika.westerberg@linux.intel.com Signed-off-by: Thomas Gleixner --- include/linux/irq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/irq.h b/include/linux/irq.h index 45cc729..7038f38 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -67,7 +67,7 @@ enum irqchip_irq_state; * request/setup_irq() * IRQ_NO_BALANCING - Interrupt cannot be balanced (affinity set) * IRQ_MOVE_PCNTXT - Interrupt can be migrated from process context - * IRQ_NESTED_TRHEAD - Interrupt nests into another thread + * IRQ_NESTED_THREAD - Interrupt nests into another thread * IRQ_PER_CPU_DEVID - Dev_id is a per-cpu variable * IRQ_IS_POLLED - Always polled by another interrupt. Exclude * it from the spurious interrupt detection